spl/zfs: 0.7.9 -> 0.7.10

This commit is contained in:
Clemens Fruhwirth 2018-09-09 17:00:51 +02:00
parent 201ee19758
commit 05f122c561
2 changed files with 5 additions and 6 deletions

View File

@ -10,13 +10,13 @@ assert kernel != null;
stdenv.mkDerivation rec {
name = "spl-${version}-${kernel.version}";
version = "0.7.9";
version = "0.7.10";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "spl";
rev = "spl-${version}";
sha256 = "0540m1dv9jvrzk9kw61glg0h0cwj976mr9zb42y3nh17k47ywff0";
sha256 = "1jkv6sdrd6yvaqx0jg86fjwnsqyxqb2061k7yrka7iyivgjzpi26";
};
patches = [ ./install_prefix.patch ];
@ -52,6 +52,5 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz globin ];
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
};
}

View File

@ -158,12 +158,12 @@ in {
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.18";
# incompatibleKernelVersion = null;
# this package should point to the latest release.
version = "0.7.9";
version = "0.7.10";
sha256 = "0krpxrvnda2jx6l71xhw9fsksyp2a6h9l9asppac3szsd1n7fp9n";
sha256 = "1kq35ij29fag77dxq21jf9ghbl4nkyjgc2bxzyry9rawznq542v1";
extraPatches = [
(fetchpatch {