mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
Merge pull request #32634 from clefru/zfs-bump
zfs/spl bump to 0.7.4 to fix incompatibility with 4.14
This commit is contained in:
commit
fc96261aa9
|
@ -66,10 +66,8 @@ in
|
|||
assert buildKernel -> kernel != null;
|
||||
{
|
||||
splStable = common {
|
||||
version = "0.7.3";
|
||||
sha256 = "0j8mb9ky3pjz9hnz5w6fajpzajl15jq3p0xvxb6lhpqj3rjzsqxb";
|
||||
|
||||
broken = kernel != null && stdenv.lib.versionAtLeast kernel.version "4.14";
|
||||
version = "0.7.4";
|
||||
sha256 = "0vmakqi3zm8ka5cglif45ll2m6ynq7r55mhk8d1rzjkgi191cddh";
|
||||
};
|
||||
|
||||
splUnstable = common {
|
||||
|
|
|
@ -140,9 +140,9 @@ in {
|
|||
incompatibleKernelVersion = null;
|
||||
|
||||
# this package should point to the latest release.
|
||||
version = "0.7.3";
|
||||
version = "0.7.4";
|
||||
|
||||
sha256 = "1bbajrwfilnmfhn1n69gvsaznyc4q29wi7nkwc0p9r4dli37w28b";
|
||||
sha256 = "1djm97nlipn0fch1vcvpw94bnfvg9ylv9i2hp46dzaxhdh7bm265";
|
||||
|
||||
extraPatches = [
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue