yamlscript: 0.1.41 -> 0.1.45

This commit is contained in:
R. Ryantm 2024-03-19 14:13:37 +00:00
parent cd42480049
commit 92b5c524fb

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.41";
version = "0.1.45";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-/Kke7MH0DsBpo8AEIr8XVDKqbSshz0Ql8S5KzrPB9jk=";
hash = "sha256-Gh1O6nAJq1D55Gjp93WtpqI5YxgheC7TbEdbP/jzIn8=";
};
executable = "ys";