utillinux: 2.29.2 -> 2.30

+3 -3
+3 -3
pkgs/os-specific/linux/util-linux/default.nix
··· 4 let 5 version = lib.concatStringsSep "." ([ majorVersion ] 6 ++ lib.optional (patchVersion != "") patchVersion); 7 - majorVersion = "2.29"; 8 - patchVersion = "2"; 9 10 fstrimPatch = fetchpatch { 11 url = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/patch/?id=155d48f590a50bb5dc265162ff2f9a971daed543"; ··· 16 17 src = fetchurl { 18 url = "mirror://kernel/linux/utils/util-linux/v${majorVersion}/${name}.tar.xz"; 19 - sha256 = "1qz81w8vzrmy8xn9yx7ls4amkbgwx6vr62pl6kv9g7r0g3ba9kmc"; 20 }; 21 22 patches = [
··· 4 let 5 version = lib.concatStringsSep "." ([ majorVersion ] 6 ++ lib.optional (patchVersion != "") patchVersion); 7 + majorVersion = "2.30"; 8 + patchVersion = ""; 9 10 fstrimPatch = fetchpatch { 11 url = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/patch/?id=155d48f590a50bb5dc265162ff2f9a971daed543"; ··· 16 17 src = fetchurl { 18 url = "mirror://kernel/linux/utils/util-linux/v${majorVersion}/${name}.tar.xz"; 19 + sha256 = "13d0ax8bcapga8phj2nclx86w57ddqxbr98ajibpzjq6d7zs8262"; 20 }; 21 22 patches = [