Merge pull request #334359 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.69 -> 0.1.71
This commit is contained in:
commit
1b32829cb3
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildGraalvmNativeImage rec {
|
buildGraalvmNativeImage rec {
|
||||||
pname = "yamlscript";
|
pname = "yamlscript";
|
||||||
version = "0.1.69";
|
version = "0.1.71";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
|
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";
|
executable = "ys";
|
||||||
|
Loading…
Reference in New Issue
Block a user