yamlscript: 0.1.57 -> 0.1.58
This commit is contained in:
parent
9516f3c963
commit
f760e1d054
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildGraalvmNativeImage rec {
|
buildGraalvmNativeImage rec {
|
||||||
pname = "yamlscript";
|
pname = "yamlscript";
|
||||||
version = "0.1.57";
|
version = "0.1.58";
|
||||||
|
|
||||||
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-nuYfYz1Q7PtVb9A2KEN2XGeINifEjsM4IqGiUBbTGFM=";
|
hash = "sha256-rARUkbVq77uPrQZwfQ0NNM4XwYaVhSinLi0sCoVR63E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
executable = "ys";
|
executable = "ys";
|
||||||
|
|
Loading…
Reference in a new issue