utillinux: 2.29.2 -> 2.30
This commit is contained in:
parent
53c5b9163e
commit
5389caab83
@ -4,8 +4,8 @@
|
|||||||
let
|
let
|
||||||
version = lib.concatStringsSep "." ([ majorVersion ]
|
version = lib.concatStringsSep "." ([ majorVersion ]
|
||||||
++ lib.optional (patchVersion != "") patchVersion);
|
++ lib.optional (patchVersion != "") patchVersion);
|
||||||
majorVersion = "2.29";
|
majorVersion = "2.30";
|
||||||
patchVersion = "2";
|
patchVersion = "";
|
||||||
|
|
||||||
fstrimPatch = fetchpatch {
|
fstrimPatch = fetchpatch {
|
||||||
url = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/patch/?id=155d48f590a50bb5dc265162ff2f9a971daed543";
|
url = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/patch/?id=155d48f590a50bb5dc265162ff2f9a971daed543";
|
||||||
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/util-linux/v${majorVersion}/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/util-linux/v${majorVersion}/${name}.tar.xz";
|
||||||
sha256 = "1qz81w8vzrmy8xn9yx7ls4amkbgwx6vr62pl6kv9g7r0g3ba9kmc";
|
sha256 = "13d0ax8bcapga8phj2nclx86w57ddqxbr98ajibpzjq6d7zs8262";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user