Skip to content

Commit

Permalink
zfs: 2.0.3 -> 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke authored and jonringer committed Mar 10, 2021
1 parent ea1a79d commit fea3cb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/zfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,19 @@ 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 {
# check the release notes for compatible kernels
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;
};
Expand Down

0 comments on commit fea3cb9

Please sign in to comment.