3
0
Fork 0
forked from mirrors/nixpkgs

parallel: 20161222 -> 20170122

This commit is contained in:
Pascal Wittmann 2017-02-02 18:49:23 +01:00
parent 008a6a571b
commit 2a825540db
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl, makeWrapper, procps }:
stdenv.mkDerivation rec {
name = "parallel-20161222";
name = "parallel-20170122";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "1chgr3csyc7hbq2wq4jnwnbsr3ix8rzsk2lf4vdnvkjpd6dvw517";
sha256 = "19maf889vj1c4zakqwap58f44hgypyb5mzzwfsliir9gvvcq6zj1";
};
nativeBuildInputs = [ makeWrapper ];