yamlscript: 0.1.95 -> 0.1.96 (#399931)

This commit is contained in:
Nick Cao
2025-04-20 09:46:07 -04:00
committed by GitHub
+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";