about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-04-16 17:49:13 +0200
committerLuflosi <luflosi@luflosi.de>2023-04-16 18:38:57 +0200
commita837020120f58d3ef446a84014a34a7611274e33 (patch)
tree6f472c1377e2b54d2a370edf4172564e1ac8f910
parentad7996abce1894cd3c6cd46eb0b5bf3036753e43 (diff)
apfsprogs: unstable-2022-10-15 -> unstable-2023-03-21
-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 75a0bd7da2ffa..8ed9f3b2c0460 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-2022-10-15";
+  version = "unstable-2023-03-21";
 
   src = fetchFromGitHub {
     owner = "linux-apfs";
     repo = "apfsprogs";
-    rev = "e3d5eec21da31107457f868f7f37c48c6809b7fa";
-    hash = "sha256-gxcsWLIs2+28SOLLeAP7iP6MaLE445CKTlD+gVE6V5g=";
+    rev = "be41cc38194bd41a41750631577e6d8b31953103";
+    hash = "sha256-9o8DKXyK5qIoVGVKMJxsinEkbJImyuDglf534kanzFE=";
   };
 
   buildPhase = ''