zfsUnstable: 0.7.0-rc4 -> 0.7.0-rc5

This commit is contained in:
Franz Pletz 2017-07-14 00:48:36 +02:00
parent e4eea75fa7
commit 7f0994c33d
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ in
sha256 = "192val8035pj2rryi3fwb134avzirhv5ifaj5021vh8bbjx75pd5";
};
splUnstable = common {
version = "0.7.0-rc4";
sha256 = "13r5qwrdnaabqfy9fvizvdj4n4cvfv6zy4jh0vijzjvbjd4an9g1";
version = "0.7.0-rc5";
sha256 = "17y25g02c9swi3n90lhjvazcnsr69nh50dz3b8g1c08zlz9n2akp";
};
}

View File

@ -141,10 +141,10 @@ in
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.12";
version = "0.7.0-rc4";
version = "0.7.0-rc5";
# this package should point to a version / git revision compatible with the latest kernel release
sha256 = "16jiq2h7m2ljg5xv7m5lqmsszzclkhvj1iq1wa9w740la4vl22kf";
sha256 = "1k0fl6lbi5winri58v26k7gngd560hbj0247rnwcbc6j01ixsr5n";
extraPatches = [
(fetchpatch {
url = "https://github.com/Mic92/zfs/compare/zfs-0.7.0-rc3...nixos-zfs-0.7.0-rc3.patch";