parallel: update from 20141022 to 20141122

This commit is contained in:
Pascal Wittmann 2014-11-25 18:17:08 +01:00
parent 880f6a517e
commit 10c9196c0f

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl }:
stdenv.mkDerivation rec {
name = "parallel-20141022";
name = "parallel-20141122";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "1dpssybids6k6na4rh2gwv1m581h28rcmsvq0hs56hrrh7qpjmvp";
sha256 = "1kpd4ayd4lb867nfnpkam4b3mh86jl6cdy386x1rich938gbrg38";
};
patchPhase =