rush: 1.7 -> 1.8 (#20424)

This commit is contained in:
Lancelot SIX
2016-11-15 13:33:56 +00:00
committed by zimbatm
parent 1958f07c63
commit 39297fa36b
3 changed files with 15 additions and 16 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "rush-1.7";
name = "rush-1.8";
src = fetchurl {
url = "mirror://gnu/rush/${name}.tar.gz";
sha256 = "0fh0gbbp0iiq3wbkf503xb40r8ljk42vyj9bnlflbz82d6ipy1rm";
sha256 = "1vxdb81ify4xcyygh86250pi50krb16dkj42i5ii4ns3araiwckz";
};
patches = [ ./gets.patch ];
patches = [ ./fix-format-security-error.patch ];
doCheck = true;