We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929116e commit 9970958Copy full SHA for 9970958
pkgs/tools/misc/parallel/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "parallel";
5
- version = "20240922";
+ version = "20241122";
6
7
src = fetchurl {
8
url = "mirror://gnu/parallel/parallel-${version}.tar.bz2";
9
- hash = "sha256-YyEHFei3xeEp4JjzM8183V/HovMl6OD7ntbtup8ay8Q=";
+ hash = "sha256-Gp51L0LBfKELwH0KY6LKbtzuUyKC5V0rNL2d0UyXilg=";
10
};
11
12
outputs = [ "out" "man" "doc" ];
0 commit comments