Merge pull request #332588 from r-ryantm/auto-update/yamlscript

yamlscript: 0.1.68 -> 0.1.69
This commit is contained in:
Stig
2024-08-06 10:55:31 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.68";
version = "0.1.69";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-NeiG8o5Le549kYILw9vA1EmQ1PcHjCAdwQAnKdYNMwk=";
hash = "sha256-Bw+TO9u0o+GHqVLPR7M4hFl1lMPa+tVDCeTEUoBBgcU=";
};
executable = "ys";