forked from mirrors/nixpkgs
spl/zfs: 0.7.10 -> 0.7.11
This commit is contained in:
parent
92b51f5cc0
commit
81082c6c60
|
@ -10,13 +10,13 @@ assert kernel != null;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "spl-${version}-${kernel.version}";
|
||||
version = "0.7.10";
|
||||
version = "0.7.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zfsonlinux";
|
||||
repo = "spl";
|
||||
rev = "spl-${version}";
|
||||
sha256 = "1jkv6sdrd6yvaqx0jg86fjwnsqyxqb2061k7yrka7iyivgjzpi26";
|
||||
sha256 = "15h02g5k3i20y2cycc72vr6hdn8n70jmzqii8dmx9za6bl9nk2rm";
|
||||
};
|
||||
|
||||
patches = [ ./install_prefix.patch ];
|
||||
|
|
|
@ -161,9 +161,9 @@ in {
|
|||
# incompatibleKernelVersion = null;
|
||||
|
||||
# this package should point to the latest release.
|
||||
version = "0.7.10";
|
||||
version = "0.7.11";
|
||||
|
||||
sha256 = "1kq35ij29fag77dxq21jf9ghbl4nkyjgc2bxzyry9rawznq542v1";
|
||||
sha256 = "0m9wkq6wf4cg8w38s3avd0bvybnv0avqwxk3gwz9rgb9rn0m98jg";
|
||||
|
||||
extraPatches = [
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue