fix patch hash for deluge exporter
This commit is contained in:
parent
f2b688b394
commit
7dfabe6f17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
})
|
||||
(originPkgs.fetchpatch {
|
||||
url = "https://github.com/NixOS/nixpkgs/pull/317107.patch";
|
||||
hash = "sha256-/bFQVxQgrDrMlACQGWBpMk76+PaA5mP9HuWm9MwCs/0=";
|
||||
hash = "sha256-6SfqnPLPxJHckXNU03HA0X03u9Ynn3baQ2HHMq5FkIc=";
|
||||
})
|
||||
];
|
||||
patchedNixpkgs = originPkgs.applyPatches {
|
||||
|
|
Loading…
Reference in a new issue