yamlscript: 0.1.45 -> 0.1.46

This commit is contained in:
R. Ryantm 2024-03-23 03:56:43 +00:00
parent 53c8f2940d
commit fb4e677f97
1 changed files with 2 additions and 2 deletions

View File

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