about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-11-22 09:23:11 +0100
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-11-26 12:26:39 -0500
commit55b737831baa6080203ec490a8bfe5f9df420ae0 (patch)
tree0a682929043fad016b34882d263e22872102af0c /pkgs/os-specific
parent365cc96597f674e9c1c70eb08fc84f0d2f9b25b3 (diff)
downloadnixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar.gz
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar.bz2
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar.lz
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar.xz
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.tar.zst
nixlib-55b737831baa6080203ec490a8bfe5f9df420ae0.zip
zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/zfs/unstable.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/zfs/unstable.nix b/pkgs/os-specific/linux/zfs/unstable.nix
index cce2d69efa3b..3347f58500ef 100644
--- a/pkgs/os-specific/linux/zfs/unstable.nix
+++ b/pkgs/os-specific/linux/zfs/unstable.nix
@@ -16,21 +16,20 @@ callPackage ./generic.nix args {
   kernelModuleAttribute = "zfsUnstable";
   # check the release notes for compatible kernels
   kernelCompatible = if stdenv'.isx86_64 || removeLinuxDRM
-    then kernel.kernelOlder "6.6"
+    then kernel.kernelOlder "6.7"
     else kernel.kernelOlder "6.2";
 
   latestCompatibleLinuxPackages = if stdenv'.isx86_64 || removeLinuxDRM
-    then linuxKernel.packages.linux_6_5
+    then linuxKernel.packages.linux_6_6
     else linuxKernel.packages.linux_6_1;
 
   # this package should point to a version / git revision compatible with the latest kernel release
   # 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.2.1-unstable-2023-10-21";
-  rev = "95785196f26e92d82cf4445654ba84e4a9671c57";
+  version = "2.2.1";
 
-  hash = "sha256-s1sdXSrLu6uSOmjprbUa4cFsE2Vj7JX5i75e4vRnlvg=";
+  hash = "sha256-2Q/Nhp3YKgMCLPNRNBq5r9U4GeuYlWMWAsjsQy3vFW4=";
 
   isUnstable = true;
   tests = [