Merge pull request #332588 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.68 -> 0.1.69
This commit is contained in:
commit
9a30c2b971
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user