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.
2 parents e847c84 + db3a1d1 commit b39758eCopy full SHA for b39758e
pkgs/by-name/he/hello/package.nix
@@ -11,11 +11,11 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "hello";
14
- version = "2.12.1";
+ version = "2.12.2";
15
16
src = fetchurl {
17
url = "mirror://gnu/hello/hello-${finalAttrs.version}.tar.gz";
18
- hash = "sha256-jZkUKv2SV28wsM18tCqNxoCZmLxdYH2Idh9RLibH2yA=";
+ hash = "sha256-WpqZbcKSzCTc9BHO6H6S9qrluNE72caBm0x6nc4IGKs=";
19
};
20
21
# The GNU Hello `configure` script detects how to link libiconv but fails to actually make use of that.
0 commit comments