Skip to content

Commit

Permalink
examples/hello: 2.12 -> 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phaer committed Jun 26, 2024
1 parent 35e13f9 commit 3f14177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/repo-with-packages/packages/hello/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
];

name = "hello";
version = "2.12";
version = "2.12.1";

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

0 comments on commit 3f14177

Please sign in to comment.