yamlscript: 0.1.76 -> 0.1.79 (#346633)
This commit is contained in:
commit
2f2e8da28c
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "yamlscript";
|
||||
version = "0.1.76";
|
||||
version = "0.1.79";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
|
||||
hash = "sha256-+3UKOHfiY5GUkvvciNNFXBiAX1QQV4BUIFN+EhbjSEs=";
|
||||
hash = "sha256-Jx3mnAgsTi/5nqcy6DVYPoM4GlQJf+10uuQzhUWp5ZU=";
|
||||
};
|
||||
|
||||
executable = "ys";
|
||||
|
Loading…
Reference in New Issue
Block a user