Skip to content

Commit 9ffb558

Browse files
committed
1 parent 0dbb16a commit 9ffb558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/util-linux/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "util-linux" + lib.optionalString (!nlsSupport && !ncursesSupport && !systemdSupport) "-minimal";
23-
version = "2.39.3";
23+
version = "2.39.4";
2424

2525
src = fetchurl {
2626
url = "mirror://kernel/linux/utils/util-linux/v${lib.versions.majorMinor version}/util-linux-${version}.tar.xz";
27-
hash = "sha256-e2YF5I0aSfQ8xLTPxZ8xPQ3VQC+kC5aBC9Vy4Wff7Q8=";
27+
hash = "sha256-bE+HI9r9QcOdk+y/FlCfyIwzzVvTJ3iArlodl6AU/Q4=";
2828
};
2929

3030
patches = [

0 commit comments

Comments
 (0)