util-linux: 2.26 -> 2.26.1

This commit is contained in:
William A. Kennington III 2015-03-26 00:57:59 -07:00
parent 63675e8c27
commit 5e33c85248
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
stdenv.mkDerivation rec {
name = "util-linux-2.26";
name = "util-linux-2.26.1";
src = fetchurl {
url = "mirror://kernel/linux/utils/util-linux/v2.26/${name}.tar.xz";
sha256 = "a23c6f39dea0ed215ccd589509ffc7bb6f706f6e1a04760f493fb0fd7e93c489";
sha256 = "0vmvk5khfwf71xbsnplvmk9ikwnlbhysc96mnkgwpqk2faairp12";
};
patches = [ ./rtcwake-search-PATH-for-shutdown.patch