summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorHenri Menke <henri@henrimenke.de>2021-03-10 12:48:17 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-10 10:16:30 -0800
commitfea3cb98e1c86ae92c74d2f705642581b622215d (patch)
treecb13324238598c06a5638e6df761e80b6108869b /pkgs/os-specific/linux/zfs
parentea1a79d18175b4bc5d214730c41fd883612f6ee1 (diff)
downloadnixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar.gz
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar.bz2
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar.lz
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar.xz
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.tar.zst
nixpkgs-fea3cb98e1c86ae92c74d2f705642581b622215d.zip
zfs: 2.0.3 -> 2.0.4
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index c8ff738cd6e..15c8df3cb13 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -200,9 +200,9 @@ in {
     kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.12";
 
     # this package should point to the latest release.
-    version = "2.0.3";
+    version = "2.0.4";
 
-    sha256 = "sha256-bai7SwJNOsrACcrUxZ4339REhbBPOWyYikHzgHfbONs=";
+    sha256 = "sha256-ySTt0K3Lc0Le35XTwjiM5l+nIf9co7wBn+Oma1r8YHo=";
   };
 
   zfsUnstable = common {
@@ -210,9 +210,9 @@ in {
     kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.12";
 
     # this package should point to a version / git revision compatible with the latest kernel release
-    version = "2.0.3";
+    version = "2.0.4";
 
-    sha256 = "sha256-bai7SwJNOsrACcrUxZ4339REhbBPOWyYikHzgHfbONs=";
+    sha256 = "sha256-ySTt0K3Lc0Le35XTwjiM5l+nIf9co7wBn+Oma1r8YHo=";
 
     isUnstable = true;
   };