Merge pull request #56282 from NixOS/update-parallel

parallel: 20190122 -> 20190222
This commit is contained in:
xeji 2019-02-24 11:22:58 +01:00 committed by GitHub
commit e04f56eb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl, makeWrapper, procps }:
stdenv.mkDerivation rec {
name = "parallel-20190122";
name = "parallel-20190222";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "030rjhis8s47gkm05k4vc9p886cxvadpgzs8rqmgzvlc38h5ywxf";
sha256 = "073bj0ji9liq07j6a7y9i4kxfkv06kvavhh7654f2bgfavfbmcc6";
};
nativeBuildInputs = [ makeWrapper ];