zfs: 0.8.1 -> 0.8.2

This commit is contained in:
Svein Ove Aas 2019-09-27 15:25:13 +01:00
parent f0fec244ca
commit f6a894475c
No known key found for this signature in database
GPG Key ID: 4AB8CC5C921AD23D
2 changed files with 6 additions and 6 deletions

View File

@ -154,12 +154,12 @@ in {
# incompatibleKernelVersion = "4.20";
# this package should point to the latest release.
version = "0.8.1";
version = "0.8.2";
sha256 = "0wlbziijx08a9bmbyq4gfz4by9l5jrx44g18i99qnfm78k2q8a84";
sha256 = "0miax0h2wg4b2kn8n93804faajy2n1sh25knyy2hg3k77nlr4pni";
extraPatches = [
./build-fixes-unstable.patch
./build-fixes-0.8.patch
];
};
@ -168,13 +168,13 @@ in {
# incompatibleKernelVersion = "4.19";
# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.1";
version = "0.8.2";
sha256 = "0wlbziijx08a9bmbyq4gfz4by9l5jrx44g18i99qnfm78k2q8a84";
sha256 = "0miax0h2wg4b2kn8n93804faajy2n1sh25knyy2hg3k77nlr4pni";
isUnstable = true;
extraPatches = [
./build-fixes-unstable.patch
./build-fixes-0.8.patch
];
};
}