Merge pull request #120317 from hmenke/zfs

zfsUnstable: 2.1.0-rc3 -> 2.1.0-rc4
This commit is contained in:
Luke Granger-Brown 2021-04-23 22:32:45 +01:00 committed by GitHub
commit 66c672f3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1.0-rc3";
version = "2.1.0-rc4";
sha256 = "sha256-ARRUuyu07dWwEuXerTz9KBmclhlmsnnGucfBxxn0Zsw=";
sha256 = "sha256-eakOEA7LCJOYDsZH24Y5JbEd2wh1KfCN+qX3QxQZ4e8=";
isUnstable = true;
};