about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-01-13 16:29:41 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:05:44 +0100
commit88953a579926c135f41c8623b3de50c80e823d7d (patch)
tree0199faba6cc719cb2f4ce52d4e55fc7fe7252ef8 /pkgs/development
parentaec7a10d13ffdc25e2fd215ea0e5d9e5c30257f2 (diff)
downloadnixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar.gz
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar.bz2
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar.lz
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar.xz
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.tar.zst
nixlib-88953a579926c135f41c8623b3de50c80e823d7d.zip
automake114x: update from 1.14 to 1.14.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.14.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.14.x.nix b/pkgs/development/tools/misc/automake/automake-1.14.x.nix
index d6f8117f9b82..d20ea2c2e91c 100644
--- a/pkgs/development/tools/misc/automake/automake-1.14.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.14.x.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false }:
 
 stdenv.mkDerivation rec {
-  name = "automake-1.14";
+  name = "automake-1.14.1";
 
   src = fetchurl {
     url = "mirror://gnu/automake/${name}.tar.xz";
-    sha256 = "0nc0zqq8j336kamizzd86wb19vhbwywv5avcjh3cyx230xfqy671";
+    sha256 = "0s86rzdayj1licgj35q0mnynv5xa8f4p32m36blc5jk9id5z1d59";
   };
 
   buildInputs = [ perl autoconf ];