yamlscript: 0.1.69 -> 0.1.71

This commit is contained in:
R. Ryantm 2024-08-13 11:01:22 +00:00
parent a709e7cb7c
commit d02b0032ca

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.69";
version = "0.1.71";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-Bw+TO9u0o+GHqVLPR7M4hFl1lMPa+tVDCeTEUoBBgcU=";
hash = "sha256-ko34trxTZmEkh/rltHLeweUg0deH7yiN6ME5igJiHHY=";
};
executable = "ys";