0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

parallel: 20250322 -> 20250422 (#401154)

This commit is contained in:
tomberek 2025-05-18 09:03:52 -04:00 committed by GitHub
commit a89cf772de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "parallel";
version = "20250322";
version = "20250422";
src = fetchurl {
url = "mirror://gnu/parallel/parallel-${version}.tar.bz2";
hash = "sha256-yCiW53mxjCoVdSfzLzXemm2YT4uOutK0Hbx4wzrbqr4=";
hash = "sha256-EPCnt/vth+3L1jpAP9wO4aH4bCQaNgXzMWK0ua/ySN0=";
};
outputs = [