parallel: 20190722 -> 20190922
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/parallel/versions
This commit is contained in:
parent
96ac71d680
commit
fcd36adb23
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, perl, makeWrapper, procps }:
|
{ fetchurl, stdenv, perl, makeWrapper, procps }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "parallel-20190722";
|
name = "parallel-20190922";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/parallel/${name}.tar.bz2";
|
url = "mirror://gnu/parallel/${name}.tar.bz2";
|
||||||
sha256 = "19xwdkmia2dw2hry9sbaq0ln79qy9dsqx11hq2s9dcyvhhqqdl0f";
|
sha256 = "0qrw34rpp8g5knb2nhs8z1hz9i42nxjn6i12m4rblm0anhnfwbr8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user