util-linux: bump

This commit is contained in:
Shea Levy 2014-09-16 11:53:20 -04:00
parent 6110679bee
commit e2331b52cd
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
stdenv.mkDerivation rec {
name = "util-linux-2.24.2";
name = "util-linux-2.25.1";
src = fetchurl {
url = "http://www.kernel.org/pub/linux/utils/util-linux/v2.24/${name}.tar.xz";
sha256 = "1w0g8q5aj5pjdf8l52g0mxyvlk62f4dch51q9jm3hnqwgz0dchqj";
url = "mirror://kernel/linux/utils/util-linux/v2.25/${name}.tar.xz";
sha256 = "4701305ae22790c3a92ce48e50794fa05b7ee01f4227f419a171c100d08986e8";
};
crossAttrs = {