hello: 2.12 -> 2.12.1

This commit is contained in:
R. Ryantm 2022-07-31 15:01:33 +00:00
parent 6fde9705e8
commit f3d9f4623d

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "hello"; pname = "hello";
version = "2.12"; version = "2.12.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/hello/hello-${finalAttrs.version}.tar.gz"; url = "mirror://gnu/hello/hello-${finalAttrs.version}.tar.gz";
sha256 = "1ayhp9v4m4rdhjmnl2bq3cibrbqqkgjbl3s7yk2nhlh8vj3ay16g"; sha256 = "sha256-jZkUKv2SV28wsM18tCqNxoCZmLxdYH2Idh9RLibH2yA=";
}; };
doCheck = true; doCheck = true;