parallel: 20200122 -> 20200222
This commit is contained in:
parent
79217339d2
commit
519ac8cff4
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, perl, makeWrapper, procps }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "parallel-20200122";
|
||||
name = "parallel-20200222";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/parallel/${name}.tar.bz2";
|
||||
sha256 = "070cv3b1ja8lmn2a5h1ry6b5y35jpm4z5r9yv9nb5kd5im11wvqi";
|
||||
sha256 = "077b72h2d191bmsb78fmzcynxj5mi5v3axmwwxz1d1q8xhv756r6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
it possible to use output from GNU Parallel as input for other
|
||||
programs.
|
||||
'';
|
||||
homepage = https://www.gnu.org/software/parallel/;
|
||||
homepage = "https://www.gnu.org/software/parallel/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ pSub vrthra ];
|
||||
|
Loading…
Reference in New Issue
Block a user