Merge pull request #88932 from r-ryantm/auto-update/parallel

parallel: 20200422 -> 20200522
This commit is contained in:
Mario Rodas 2020-05-26 07:52:07 -05:00 committed by GitHub
commit dcd698989a
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-20200422";
name = "parallel-20200522";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "0c2mr2rzsz0y24q4mbm2zmc2fz6bcda4gbc4qgg59sirrj8vzpjb";
sha256 = "10is46v5dpccxibby0zikg1q68mdwpmgdpxk796zka93idd6id29";
};
outputs = [ "out" "man" ];