examples/hello: 2.12 -> 2.12.1

This commit is contained in:
phaer 2024-06-24 14:17:49 +02:00
parent 35e13f912a
commit 3f14177388

View File

@ -9,7 +9,7 @@
]; ];
name = "hello"; name = "hello";
version = "2.12"; version = "2.12.1";
deps = {nixpkgs, ...}: { deps = {nixpkgs, ...}: {
inherit inherit
@ -21,7 +21,7 @@
mkDerivation = { mkDerivation = {
src = builtins.fetchTarball { src = builtins.fetchTarball {
url = "https://ftp.gnu.org/gnu/hello/hello-${config.version}.tar.gz"; url = "https://ftp.gnu.org/gnu/hello/hello-${config.version}.tar.gz";
sha256 = "sha256-4GQeKLIxoWfYiOraJub5RsHNVQBr2H+3bfPP22PegdU="; sha256 = "0xw6cr5jgi1ir13q6apvrivwmmpr5j8vbymp0x6ll0kcv6366hnn";
}; };
}; };
} }