about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-06-02 07:39:54 -0500
committerGitHub <noreply@github.com>2023-06-02 07:39:54 -0500
commitb5db65d284882cf60880daa8fde0fcaf39fba179 (patch)
treed4ff6eb5baec42221be6161979d16b5b185473ba /pkgs
parentfb5a253a96edefd8c1a96e1041b7f4e279894c7f (diff)
parent1622dd9ce428eea265ae720d7b479462f30ac677 (diff)
Merge pull request #232800 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: 0.3.1 -> 0.3.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/apfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/apfs/default.nix b/pkgs/os-specific/linux/apfs/default.nix
index 1f0cc74f98146..70c344903f543 100644
--- a/pkgs/os-specific/linux/apfs/default.nix
+++ b/pkgs/os-specific/linux/apfs/default.nix
@@ -6,7 +6,7 @@
 }:
 
 let
-  tag = "0.3.1";
+  tag = "0.3.3";
 in
 stdenv.mkDerivation {
   pname = "apfs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
     owner = "linux-apfs";
     repo = "linux-apfs-rw";
     rev = "v${tag}";
-    sha256 = "sha256-KYPZsCAEqJl0VjV/TmJWi20Y7yApIJH0YMwQIL80Ep4=";
+    hash = "sha256-dxbpJ9Jdn8u16yD001zCZxrr/nPbxdpF7JvU+oD+hTw=";
   };
 
   hardeningDisable = [ "pic" ];