mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
zfs: 0.6.5.4 -> 0.6.5.5
This commit is contained in:
parent
8fed57e765
commit
e99eeb4c3f
@ -20,13 +20,13 @@ assert buildKernel -> kernel != null && spl != null;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
|
||||
|
||||
version = "0.6.5.4";
|
||||
version = "0.6.5.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zfsonlinux";
|
||||
repo = "zfs";
|
||||
rev = "zfs-${version}";
|
||||
sha256 = "10zf1kdgmdiaaa3zmz4sz5aj5ql6v24wcwixlxbwhwc51mr46k50";
|
||||
sha256 = "0np03p5zkx87a0a5rw629f9m4wp5gd01c1jkh5p7h63mmvaxfdda";
|
||||
};
|
||||
|
||||
patches = [ ./nix-build.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user