Skip to content

Commit 9970958

Browse files
committed
parallel: 20240922 -> 20241122
1 parent 929116e commit 9970958

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
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "parallel";
5-
version = "20240922";
5+
version = "20241122";
66

77
src = fetchurl {
88
url = "mirror://gnu/parallel/parallel-${version}.tar.bz2";
9-
hash = "sha256-YyEHFei3xeEp4JjzM8183V/HovMl6OD7ntbtup8ay8Q=";
9+
hash = "sha256-Gp51L0LBfKELwH0KY6LKbtzuUyKC5V0rNL2d0UyXilg=";
1010
};
1111

1212
outputs = [ "out" "man" "doc" ];

0 commit comments

Comments
 (0)