parallel: 20190322 -> 20190422

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:
R. RyanTM 2019-05-01 16:43:51 -07:00
parent a381d42221
commit b4542d0690

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl, makeWrapper, procps }:
stdenv.mkDerivation rec {
name = "parallel-20190322";
name = "parallel-20190422";
src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "12q0ys0dp019wykx7jcqbrilz8798hgb66k97aj2s2m7xdpw41ym";
sha256 = "0xdl5fnh1vpjp3zpmqsrbbgjixazlhl4d9awk42nz4snzynysjxl";
};
nativeBuildInputs = [ makeWrapper ];