zfsUnstable: correct sha256

This commit is contained in:
Henri Menke 2021-09-18 16:21:39 +02:00
parent af38e5f122
commit a0bbb9e766
No known key found for this signature in database
GPG key ID: FB7AD61E3D806382

View file

@ -222,10 +222,13 @@ in {
latestCompatibleLinuxPackages = linuxPackages_5_14;
# 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.1.1";
# rev = "0000000000000000000000000000000000000000";
sha256 = "sha256-wVbjpVrPQmhJmMqdGUf0IwlCIoOsT7Zfj5lxSKcOsgg=";
sha256 = "sha256-UUuJa5w/GsEvsgH/BnXFsP/dsOt9wwmPqKzDxLPrhiY=";
isUnstable = true;
};