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

parallel: 20240322 -> 20240422
This commit is contained in:
tomberek 2024-05-04 19:08:42 -04:00 committed by GitHub
commit ab1f98bc2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "parallel";
version = "20240322";
version = "20240422";
src = fetchurl {
url = "mirror://gnu/parallel/${pname}-${version}.tar.bz2";
hash = "sha256-CxcCmiA9q/e6bKflLC05EP/0ayl5R24SqREJILeeapU=";
hash = "sha256-eDiIID7eK5LO0x6z6AnKOp2J9FCP3LEYML+zV1SIJGc=";
};
outputs = [ "out" "man" "doc" ];