Skip to content

Commit d88ed6d

Browse files
authored
parallel: 20250422 -> 20250522 (#412236)
2 parents fbb201d + 7a88ffc commit d88ed6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/parallel/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "parallel";
15-
version = "20250422";
15+
version = "20250522";
1616

1717
src = fetchurl {
1818
url = "mirror://gnu/parallel/parallel-${version}.tar.bz2";
19-
hash = "sha256-EPCnt/vth+3L1jpAP9wO4aH4bCQaNgXzMWK0ua/ySN0=";
19+
hash = "sha256-tLKPR1+M/4u27UsDzFpnBB8Y/HP6JWkjsjGBtWr9sss=";
2020
};
2121

2222
outputs = [

0 commit comments

Comments
 (0)