yamlscript: 0.1.61 -> 0.1.63

This commit is contained in:
R. Ryantm 2024-06-21 23:35:03 +00:00
parent 47ea5bd487
commit 1d2f333662

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.61";
version = "0.1.63";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-NuZxIuj7N7zKBOaBPn8g/cKoRmNMkpH75YMHBjFFM8g=";
hash = "sha256-BxLFWIbRNYSGWVoPyOH2VaudVQQ/PCloBqQZM9MYg2s=";
};
executable = "ys";