about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-05-19 13:07:21 +0200
committerLuflosi <luflosi@luflosi.de>2023-05-19 14:35:22 +0200
commit734d45ccf4873b8a99c1b934207704e76cfb746e (patch)
tree4954edcd7282177fa14c859502d432b10636d29a
parent2e3134c536b6d2782415c2982a1860dd77302f9a (diff)
apfsprogs: unstable-2023-03-21 -> unstable-2023-05-16
-rw-r--r--pkgs/tools/filesystems/apfsprogs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/apfsprogs/default.nix b/pkgs/tools/filesystems/apfsprogs/default.nix
index 51b21292f9893..4e1593ea98bda 100644
--- a/pkgs/tools/filesystems/apfsprogs/default.nix
+++ b/pkgs/tools/filesystems/apfsprogs/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation {
   pname = "apfsprogs";
-  version = "unstable-2023-03-21";
+  version = "unstable-2023-05-16";
 
   src = fetchFromGitHub {
     owner = "linux-apfs";
     repo = "apfsprogs";
-    rev = "be41cc38194bd41a41750631577e6d8b31953103";
-    hash = "sha256-9o8DKXyK5qIoVGVKMJxsinEkbJImyuDglf534kanzFE=";
+    rev = "7be75bcf1a533272bc69684b4b7d33c2adba315c";
+    hash = "sha256-WHAUrDiXy5HCwN876bZGc/OUHJITf6Fnpx4kAwAhcAs=";
   };
 
   buildPhase = ''