parallel: update 20150122 to 20150222

This commit is contained in:
Pascal Wittmann 2015-02-24 11:45:48 +01:00
parent ee41f35c40
commit 31e4ce5e03
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl }:
stdenv.mkDerivation rec {
name = "parallel-20150122";
name = "parallel-20150222";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "14g9pka59vln19rg6y8lyvrsc4nb3jk8y26hv3hdrf44rgwpds7d";
sha256 = "1302snh0aac8978842ci1rvjjjwki7xgj8bd4hq3f2hxp3zdspv7";
};
patchPhase =