Loading pkgs/os-specific/linux/zfs/2_3.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,10 +13,10 @@ callPackage ./generic.nix args { kernelModuleAttribute = "zfs_2_3"; kernelMinSupportedMajorMinor = "4.18"; kernelMaxSupportedMajorMinor = "6.16"; kernelMaxSupportedMajorMinor = "6.17"; # this package should point to the latest release. version = "2.3.4"; version = "2.3.5"; extraPatches = [ (fetchpatch { Loading @@ -38,5 +38,5 @@ callPackage ./generic.nix args { amarshall ]; hash = "sha256-8BSuDRDyqPGAiyGGxFyEZIcXB+cKsKk25jcFPrSK3GI="; hash = "sha256-zTDdoQWbguKeWjQH5+FOTDhxfs3e7UPFnUX8ZugHQy4="; } pkgs/os-specific/linux/zfs/unstable.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ callPackage ./generic.nix args { # IMPORTANT: Always use a tagged release candidate or commits from the # zfs-<version>-staging branch, because this is tested by the OpenZFS # maintainers. version = "2.4.0-rc3"; version = "2.4.0-rc4"; # rev = ""; tests = { inherit (nixosTests.zfs) unstable; }; hash = "sha256-VfCeQqgahNNQA4jsiFHTdUjgXIH26k5r3q/Rpo2JrCc="; hash = "sha256-PEKIGE6pB+Vs034wDa20s3aMmIIWmOD8yWizseO3fq0="; extraLongDescription = '' This is "unstable" ZFS, and will usually be a pre-release version of ZFS. Loading Loading
pkgs/os-specific/linux/zfs/2_3.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,10 +13,10 @@ callPackage ./generic.nix args { kernelModuleAttribute = "zfs_2_3"; kernelMinSupportedMajorMinor = "4.18"; kernelMaxSupportedMajorMinor = "6.16"; kernelMaxSupportedMajorMinor = "6.17"; # this package should point to the latest release. version = "2.3.4"; version = "2.3.5"; extraPatches = [ (fetchpatch { Loading @@ -38,5 +38,5 @@ callPackage ./generic.nix args { amarshall ]; hash = "sha256-8BSuDRDyqPGAiyGGxFyEZIcXB+cKsKk25jcFPrSK3GI="; hash = "sha256-zTDdoQWbguKeWjQH5+FOTDhxfs3e7UPFnUX8ZugHQy4="; }
pkgs/os-specific/linux/zfs/unstable.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ callPackage ./generic.nix args { # IMPORTANT: Always use a tagged release candidate or commits from the # zfs-<version>-staging branch, because this is tested by the OpenZFS # maintainers. version = "2.4.0-rc3"; version = "2.4.0-rc4"; # rev = ""; tests = { inherit (nixosTests.zfs) unstable; }; hash = "sha256-VfCeQqgahNNQA4jsiFHTdUjgXIH26k5r3q/Rpo2JrCc="; hash = "sha256-PEKIGE6pB+Vs034wDa20s3aMmIIWmOD8yWizseO3fq0="; extraLongDescription = '' This is "unstable" ZFS, and will usually be a pre-release version of ZFS. Loading