yamlscript: 0.1.58 -> 0.1.59

This commit is contained in:
R. Ryantm
2024-05-23 06:08:12 +00:00
parent 06b2dd21c0
commit e0f7a8d00e
+2 -2
View File
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.58";
version = "0.1.59";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-rARUkbVq77uPrQZwfQ0NNM4XwYaVhSinLi0sCoVR63E=";
hash = "sha256-I5Z9QB8ZmTyeMs/WxUhJZM65VpUIx+t7QKzCRuRdRG4=";
};
executable = "ys";