1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

zfs: 0.6.4.1 -> 0.6.4.2

This commit is contained in:
William A. Kennington III 2015-07-01 22:50:49 -07:00
parent ca5c1e4187
commit f6f9b9574d

View file

@ -1,17 +1,14 @@
{ callPackage, fetchFromGitHub, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "0.6.4.1";
version = "0.6.4.2";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "zfs";
rev = "zfs-${version}";
sha256 = "15fh1b2rvzvx4j3vgkwrgy2sd553bzwcvk1zai6phjhb6i2rw8v4";
sha256 = "192x4z5am5wgrr4hb5skshyr5a6af52xpnk6pni4hs4pxvlpcs37";
};
patches = [
./nix-build.patch
./kernel-4.1-compat.patch
];
patches = [ ./nix-build.patch ];
})