about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-03 09:39:31 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-03 09:39:31 +0200
commit661a1a68a601843ffe4e1321e496f7f23c31e6fc (patch)
treedfe177f39f0d9f270e37e37df968bd72d0333cbc /pkgs
parent625f40151b0767cb421999cf988f4eb7bcf8b63d (diff)
downloadnixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar.gz
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar.bz2
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar.lz
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar.xz
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.tar.zst
nixlib-661a1a68a601843ffe4e1321e496f7f23c31e6fc.zip
automake113x: minor update to .4
I can't make glib build without it.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.13.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.13.x.nix b/pkgs/development/tools/misc/automake/automake-1.13.x.nix
index 3556b4f47aad..400d554b65e2 100644
--- a/pkgs/development/tools/misc/automake/automake-1.13.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.13.x.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false }:
 
 stdenv.mkDerivation rec {
-  name = "automake-1.13.1";
+  name = "automake-1.13.4";
 
   src = fetchurl {
     url = "mirror://gnu/automake/${name}.tar.xz";
-    sha256 = "12yi1bzkipi7qdmkdy77pazljsa9z7q66hi6c4rq73p7hbv6rkbf";
+    sha256 = "0rhx1mr2gv483s4bc9yy9skwr5d5a3jcyfaw24h0r3wvylrlkkl9";
   };
 
   buildInputs = [ perl autoconf ];