zfs: 0.6.4.1 -> 0.6.4.2
This commit is contained in:
parent
ca5c1e4187
commit
f6f9b9574d
@ -1,17 +1,14 @@
|
|||||||
{ callPackage, fetchFromGitHub, ... } @ args:
|
{ callPackage, fetchFromGitHub, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix (args // rec {
|
callPackage ./generic.nix (args // rec {
|
||||||
version = "0.6.4.1";
|
version = "0.6.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zfsonlinux";
|
owner = "zfsonlinux";
|
||||||
repo = "zfs";
|
repo = "zfs";
|
||||||
rev = "zfs-${version}";
|
rev = "zfs-${version}";
|
||||||
sha256 = "15fh1b2rvzvx4j3vgkwrgy2sd553bzwcvk1zai6phjhb6i2rw8v4";
|
sha256 = "192x4z5am5wgrr4hb5skshyr5a6af52xpnk6pni4hs4pxvlpcs37";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [ ./nix-build.patch ];
|
||||||
./nix-build.patch
|
|
||||||
./kernel-4.1-compat.patch
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user