yamlscript: 0.1.57 -> 0.1.58

This commit is contained in:
R. Ryantm 2024-04-28 09:25:20 +00:00
parent 9516f3c963
commit f760e1d054
1 changed files with 2 additions and 2 deletions

View File

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