Merge pull request #69647 from Baughn/zfs

zfs: 0.8.1 -> 0.8.2
This commit is contained in:
Franz Pletz 2019-09-27 16:20:46 +00:00 committed by GitHub
commit 1bcd6fdc41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
];
};
}