about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2024-02-08 15:08:03 +0700
committertoastal <toastal@posteo.net>2024-02-14 11:00:21 +0700
commitdf3a1a871adcfeb846f42338707afbe019247915 (patch)
treea31e1a8aee40c114023045d7c3016ff98e6851dc /pkgs/os-specific
parent7f3ed2fc042eb57da9c60572f72579a59458acc4 (diff)
downloadnixlib-df3a1a871adcfeb846f42338707afbe019247915.tar
nixlib-df3a1a871adcfeb846f42338707afbe019247915.tar.gz
nixlib-df3a1a871adcfeb846f42338707afbe019247915.tar.bz2
nixlib-df3a1a871adcfeb846f42338707afbe019247915.tar.lz
nixlib-df3a1a871adcfeb846f42338707afbe019247915.tar.xz
nixlib-df3a1a871adcfeb846f42338707afbe019247915.tar.zst
nixlib-df3a1a871adcfeb846f42338707afbe019247915.zip
zfsUnstable: 2.2.3-unstable-2024-01-26 → 2.2.3-unstable-2024-02-12
Patch now includes compatibility for 6.8 kernels (even if ðey aren’t on
offer in nixpkgs at ðis time).
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/zfs/unstable.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/zfs/unstable.nix b/pkgs/os-specific/linux/zfs/unstable.nix
index 691fa523b522..64a1e7955000 100644
--- a/pkgs/os-specific/linux/zfs/unstable.nix
+++ b/pkgs/os-specific/linux/zfs/unstable.nix
@@ -17,7 +17,7 @@ callPackage ./generic.nix args {
   # check the release notes for compatible kernels
   kernelCompatible =
     if stdenv'.isx86_64 || removeLinuxDRM
-    then kernel.kernelOlder "6.8"
+    then kernel.kernelOlder "6.9"
     else kernel.kernelOlder "6.2";
 
   latestCompatibleLinuxPackages = if stdenv'.isx86_64 || removeLinuxDRM
@@ -28,13 +28,13 @@ 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.2.3-unstable-2024-01-26";
-  rev = "3425484eb907d489c315cced2a1fdea08ef03fc4";
+  version = "2.2.3-unstable-2024-02-12";
+  rev = "4635453d9f06771678b2125d5b45852b4d2eb04f";
 
   isUnstable = true;
   tests = [
     nixosTests.zfs.unstable
   ];
 
-  hash = "sha256-P8PIp0qRHm/fxYdxWKVRX9LR5tKZR7fFUSY90QDE/lU=";
+  hash = "sha256-ch1/R61cn1BtWkkH2IViWjVp22XFz4/WbByquN+vybs=";
 }