yamlscript: 0.1.76 -> 0.1.79

This commit is contained in:
R. Ryantm 2024-10-05 09:06:01 +00:00
parent 62b4c8b71b
commit 74f1568f23

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.76";
version = "0.1.79";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-+3UKOHfiY5GUkvvciNNFXBiAX1QQV4BUIFN+EhbjSEs=";
hash = "sha256-Jx3mnAgsTi/5nqcy6DVYPoM4GlQJf+10uuQzhUWp5ZU=";
};
executable = "ys";