GNU Parallel 20111222.
svn path=/nixpkgs/trunk/; revision=31674
This commit is contained in:
parent
d9433c2167
commit
7ce8cc9f2c
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "parallel-20111122";
|
||||
name = "parallel-20111222";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/parallel/${name}.tar.bz2";
|
||||
sha256 = "1czcflprhbhyj3mj7dc986gll0kfc6n8qiqazclph172rbq3acpd";
|
||||
sha256 = "0rip8hnby1c2kcz7w7h6c2kf0y63hyw8bwprsd8fnqw96lgypf1b";
|
||||
};
|
||||
|
||||
patchPhase =
|
||||
|
Loading…
Reference in New Issue
Block a user