zfs: 0.8.1 -> 0.8.2
This commit is contained in:
parent
f0fec244ca
commit
f6a894475c
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue