yamlscript: 0.1.95 -> 0.1.96

This commit is contained in:
R. Ryantm
2025-04-19 02:26:18 +00:00
parent 3457f544d1
commit 159f2997ac
+2 -2
View File
@@ -6,11 +6,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.95";
version = "0.1.96";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-8GmKMRMQ5YaCK0jJkLVlWHTngr5DJSN/Vm+0nMYBkr8=";
hash = "sha256-nwqZhGOtNEJ0qzOTFdHFWBSyt4hmLhn6nhdCz2jyUbg=";
};
executable = "ys";