mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
zfs: 0.8.1 -> 0.8.2
This commit is contained in:
parent
f0fec244ca
commit
f6a894475c
@ -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 New Issue
Block a user