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

yamlscript: 0.1.63 -> 0.1.64
This commit is contained in:
Stig
2024-07-05 15:25:19 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.63";
version = "0.1.64";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-BxLFWIbRNYSGWVoPyOH2VaudVQQ/PCloBqQZM9MYg2s=";
hash = "sha256-VrcY0bZWQ+sEQQ5UxW3aQfjZfQ1rJNqYN+O4Ecs45KA=";
};
executable = "ys";