From 85af0c770b03a2fc2dbbe30a4e3abadb73e40f72 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 7 May 2025 13:31:47 +0200 Subject: [PATCH] linuxPackages.apfs: 0.3.12 -> 0.3.13 https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.13 --- pkgs/os-specific/linux/apfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/apfs/default.nix b/pkgs/os-specific/linux/apfs/default.nix index 0a1c392700b9..9982c7766d29 100644 --- a/pkgs/os-specific/linux/apfs/default.nix +++ b/pkgs/os-specific/linux/apfs/default.nix @@ -8,7 +8,7 @@ }: let - tag = "0.3.12"; + tag = "0.3.13"; in stdenv.mkDerivation { pname = "apfs"; @@ -18,7 +18,7 @@ stdenv.mkDerivation { owner = "linux-apfs"; repo = "linux-apfs-rw"; rev = "v${tag}"; - hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc="; + hash = "sha256-PXTyPOZhBeFGXu71Jj46hlrgVemgmYrjHqkTFjTDoTc="; }; hardeningDisable = [ "pic" ];