about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/dduper
diff options
context:
space:
mode:
authorKarim Vergnes <me@thesola.io>2021-11-05 18:27:40 +0100
committerTheSola10 <me@thesola.io>2021-11-05 20:03:32 +0100
commitcf0dfe4c7e6ac3ed585fed0f12bd50a3dbea7549 (patch)
tree8a6104ef605801238015a4b86aa5bc2369f4918f /pkgs/tools/filesystems/dduper
parentb61cc55da9dab82f67b14d059179cf7993fe1e90 (diff)
dduper: update btrfs-progs patch
This fixes the failing build for the patched `btrfs-progs` required by `dduper`.
Diffstat (limited to 'pkgs/tools/filesystems/dduper')
-rw-r--r--pkgs/tools/filesystems/dduper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/dduper/default.nix b/pkgs/tools/filesystems/dduper/default.nix
index 5d91e8d0dcc6a..e7eecbf766ee1 100644
--- a/pkgs/tools/filesystems/dduper/default.nix
+++ b/pkgs/tools/filesystems/dduper/default.nix
@@ -5,8 +5,8 @@ let
     patches = [
       (fetchpatch {
         name = "0001-Print-csum-for-a-given-file-on-stdout.patch";
-        url = "https://raw.githubusercontent.com/Lakshmipathi/dduper/8fab08e0f1901bf54411d25f1767b48c978074cb/patch/btrfs-progs-v5.9/0001-Print-csum-for-a-given-file-on-stdout.patch";
-        sha256 = "1li9lslrap70ibad8sij3bgpxn5lqs0j10l60bmy3c36y866q3g1";
+        url = "https://raw.githubusercontent.com/Lakshmipathi/dduper/f45d04854a40cb52ae0e6736916d5955cb68b8ee/patch/btrfs-progs-v5.12.1/0001-Print-csum-for-a-given-file-on-stdout.patch";
+        sha256 = "0c7dd44q2ww6k9nk5dh6m0f0wbd8x84vb2m61fk6a44nsv2fwz1x";
       })
     ];
   });