yamlscript: 0.1.59 -> 0.1.61

This commit is contained in:
R. Ryantm 2024-06-13 22:18:35 +00:00
parent 5ebfc39212
commit cf89300b12

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.59";
version = "0.1.61";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-I5Z9QB8ZmTyeMs/WxUhJZM65VpUIx+t7QKzCRuRdRG4=";
hash = "sha256-NuZxIuj7N7zKBOaBPn8g/cKoRmNMkpH75YMHBjFFM8g=";
};
executable = "ys";