mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
GNU Parallel 20111222.
svn path=/nixpkgs/trunk/; revision=31674
This commit is contained in:
parent
d9433c2167
commit
7ce8cc9f2c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue