yamlscript: 0.1.96 -> 0.1.97

This commit is contained in:
R. Ryantm
2025-06-12 08:29:05 +00:00
parent ff07dec4ca
commit af97d0cd92
+2 -2
View File
@@ -6,11 +6,11 @@
buildGraalvmNativeImage (finalAttrs: {
pname = "yamlscript";
version = "0.1.96";
version = "0.1.97";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${finalAttrs.version}/yamlscript.cli-${finalAttrs.version}-standalone.jar";
hash = "sha256-nwqZhGOtNEJ0qzOTFdHFWBSyt4hmLhn6nhdCz2jyUbg=";
hash = "sha256-xyKn+Eec6Kspoe0kq3N/nQDIOJSJcrb9CE/uUF3+Qcs=";
};
extraNativeImageBuildArgs = [