gaucheBootstrap: 0.9.9 -> 0.9.12

This commit is contained in:
Mario Rodas 2023-11-30 04:20:00 +00:00
parent 8e3ef22b3e
commit 0a91ab37e7

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gauche-bootstrap";
version = "0.9.9";
version = "0.9.12";
src = fetchurl {
url = "mirror://sourceforge/gauche/Gauche-${version}.tgz";
sha256 = "1yzpszhw52vkpr65r5d4khf3489mnnvnw58dd2wsvvx7499k5aac";
url = "https://github.com/shirok/Gauche/releases/download/release${lib.replaceStrings ["."] ["_"] version}/Gauche-${version}.tgz";
hash = "sha256-tK5kkhsHqWZhaV69WqwN7IE9GmjlRqYWCRE9eEP1thc=";
};
nativeBuildInputs = [ pkg-config texinfo ];