lol

Merge pull request #197495 from NickCao/apfs

apfsprogs: unstable-2022-07-21 -> unstable-2022-10-15

authored by

Bobby Rong and committed by
GitHub
1930722b 8fc819a6

+3 -3
+3 -3
pkgs/tools/filesystems/apfsprogs/default.nix
··· 5 5 6 6 stdenv.mkDerivation { 7 7 pname = "apfsprogs"; 8 - version = "unstable-2022-07-21"; 8 + version = "unstable-2022-10-15"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "linux-apfs"; 12 12 repo = "apfsprogs"; 13 - rev = "8c5340bcc0a261ffe6e5ed85a1742fb60ee982f3"; 14 - sha256 = "sha256-cDxXWfXl1VxdpKBcU00ULWlidzg6kQFG4AGEu5DBCaw="; 13 + rev = "e3d5eec21da31107457f868f7f37c48c6809b7fa"; 14 + hash = "sha256-gxcsWLIs2+28SOLLeAP7iP6MaLE445CKTlD+gVE6V5g="; 15 15 }; 16 16 17 17 buildPhase = ''