diff options
| author | Luflosi <luflosi@luflosi.de> | 2024-01-10 00:51:41 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-16 12:03:58 +0000 |
| commit | 86ae77fae3da96aef6b561acb40ff9e4096a3d00 (patch) | |
| tree | 5c4b21423af598162ee9e0ddc4644773252c7040 | |
| parent | Merge pull request #281292 from NixOS/backport-281204-to-release-23.11 (diff) | |
| download | nixpkgs-86ae77fae3da96aef6b561acb40ff9e4096a3d00.tar.gz | |
linuxPackages.apfs: 0.3.5 -> 0.3.6
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.6
(cherry picked from commit 9c7014841661dff7b882b78516bf97e099dfa8f2)
| -rw-r--r-- | pkgs/os-specific/linux/apfs/default.nix | 4 |
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 98487799aa8a..0c8d7cb989d4 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.5"; + tag = "0.3.6"; in stdenv.mkDerivation { pname = "apfs"; @@ -16,7 +16,7 @@ stdenv.mkDerivation { owner = "linux-apfs"; repo = "linux-apfs-rw"; rev = "v${tag}"; - hash = "sha256-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4="; + hash = "sha256-k62PgUffBx6ZrWWLeX460adh/vv6XWxSmtEiwaWxiaU="; }; hardeningDisable = [ "pic" ]; |
