3
0
Fork 0
forked from mirrors/nixpkgs

parallel: 20200222 -> 202003222

https://fossies.org/diffs/parallel/20200222_vs_20200322/NEWS-diff.html
This commit is contained in:
Maximilian Bosch 2020-03-24 01:21:17 +01:00
parent 1efa4c4f39
commit 0bfd0187da
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,13 +1,15 @@
{ fetchurl, stdenv, perl, makeWrapper, procps }:
stdenv.mkDerivation rec {
name = "parallel-20200222";
name = "parallel-20200322";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "077b72h2d191bmsb78fmzcynxj5mi5v3axmwwxz1d1q8xhv756r6";
sha256 = "0kg95glnfg25i1w7qg2vr5v4671vigsazmz4qdf223l64khq8x10";
};
outputs = [ "out" "man" ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl procps ];