1
0
Fork 0

fix patch hash for deluge exporter

This commit is contained in:
ibizaman 2024-06-10 00:25:44 -07:00 committed by Pierre Penninckx
parent f2b688b394
commit 7dfabe6f17

View file

@ -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 {