yamlscript: 0.1.61 -> 0.1.63
This commit is contained in:
parent
47ea5bd487
commit
1d2f333662
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user