GNU Parallel 20120322.

svn path=/nixpkgs/trunk/; revision=33696
This commit is contained in:
Ludovic Courtès 2012-04-09 20:50:54 +00:00
parent 0e84e56083
commit 369fe599b1
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl }: { fetchurl, stdenv, perl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "parallel-20111222"; name = "parallel-20120322";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2"; url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "0rip8hnby1c2kcz7w7h6c2kf0y63hyw8bwprsd8fnqw96lgypf1b"; sha256 = "1nm3ljgaxh2rg2dfwpw9r31zs7k09ab9i14yvbm4wrqasa2bcrxj";
}; };
patchPhase = patchPhase =