summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-17 13:47:27 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-17 13:47:27 +0100
commite7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e (patch)
treeaa2dd0f90cb2ed23d7f1390ab39cc4cd796094a6 /pkgs
parenta837382f6cf6715a753770f347fb24c27ffbdf10 (diff)
downloadnixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar.gz
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar.bz2
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar.lz
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar.xz
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.tar.zst
nixlib-e7ad8af28e16bcd7e5503fcd991dbdf4f0d86a3e.zip
util-linux: Update to 2.25.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/util-linux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/util-linux/default.nix b/pkgs/os-specific/linux/util-linux/default.nix
index 123f8e4354bf..3b76eb63ea5f 100644
--- a/pkgs/os-specific/linux/util-linux/default.nix
+++ b/pkgs/os-specific/linux/util-linux/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
 
 stdenv.mkDerivation rec {
-  name = "util-linux-2.25.1";
+  name = "util-linux-2.25.2";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/util-linux/v2.25/${name}.tar.xz";
-    sha256 = "4701305ae22790c3a92ce48e50794fa05b7ee01f4227f419a171c100d08986e8";
+    sha256 = "e0457f715b73f4a349e1acb08cb410bf0edc9a74a3f75c357070f31f70e33cd6";
   };
 
   crossAttrs = {