From 9c92ae59f1931db1ed47acaf793846b964d844d7 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 4 Nov 2024 12:40:49 +0100 Subject: [PATCH] linuxPackages.apfs: 0.3.11 -> 0.3.12 https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.12 --- 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 dd617562aa66..551c58d6a9a7 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.11"; + tag = "0.3.12"; in stdenv.mkDerivation { pname = "apfs"; @@ -16,7 +16,7 @@ stdenv.mkDerivation { owner = "linux-apfs"; repo = "linux-apfs-rw"; rev = "v${tag}"; - hash = "sha256-Vt63JA9VNIuigSmDp8TuCpShebCsssrBFIsI7HUM5q0="; + hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc="; }; hardeningDisable = [ "pic" ];