Merge #185395: util-linux: 2.38 -> 2.38.1 (into staging)

This commit is contained in:
Vladimír Čunát 2022-08-24 20:21:00 +02:00
commit 41489c87ed
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "util-linux" + lib.optionalString (!nlsSupport && !ncursesSupport && !systemdSupport) "-minimal";
version = "2.38";
version = "2.38.1";
src = fetchurl {
url = "mirror://kernel/linux/utils/util-linux/v${lib.versions.majorMinor version}/util-linux-${version}.tar.xz";
hash = "sha256-bREcvk1VszbbLx++/7xluJkIcEwBE2Nx0yqpvsNz62Q=";
hash = "sha256-YEkqGbRObPmj3f9oMlszO4tStsWc4+vWoOyqTFEX6E8=";
};
patches = [