mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
linuxPackages.{spl,zfs}: 0.7.11 -> 0.7.12
This commit is contained in:
parent
f6169667ef
commit
d9cd9acc24
2 changed files with 5 additions and 5 deletions
|
@ -10,13 +10,13 @@ assert kernel != null;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "spl-${version}-${kernel.version}";
|
||||
version = "0.7.11";
|
||||
version = "0.7.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zfsonlinux";
|
||||
repo = "spl";
|
||||
rev = "spl-${version}";
|
||||
sha256 = "15h02g5k3i20y2cycc72vr6hdn8n70jmzqii8dmx9za6bl9nk2rm";
|
||||
sha256 = "13zqh1g132g63zv54l3bsg5kras9mllkx9wvlnfs13chfr7vpp4p";
|
||||
};
|
||||
|
||||
patches = [ ./install_prefix.patch ];
|
||||
|
|
|
@ -158,12 +158,12 @@ in {
|
|||
# to be adapted
|
||||
zfsStable = common {
|
||||
# comment/uncomment if breaking kernel versions are known
|
||||
incompatibleKernelVersion = "4.19";
|
||||
# incompatibleKernelVersion = "4.19";
|
||||
|
||||
# this package should point to the latest release.
|
||||
version = "0.7.11";
|
||||
version = "0.7.12";
|
||||
|
||||
sha256 = "0m9wkq6wf4cg8w38s3avd0bvybnv0avqwxk3gwz9rgb9rn0m98jg";
|
||||
sha256 = "1j432nb3a86isghdysir9xi6l5djmb5fbc5s9zr0rwg4ziisskbh";
|
||||
|
||||
extraPatches = [
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue