Merge pull request #296331 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.41 -> 0.1.45
This commit is contained in:
commit
de90a6c7c4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "yamlscript";
|
||||
version = "0.1.41";
|
||||
version = "0.1.45";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
|
||||
hash = "sha256-/Kke7MH0DsBpo8AEIr8XVDKqbSshz0Ql8S5KzrPB9jk=";
|
||||
hash = "sha256-Gh1O6nAJq1D55Gjp93WtpqI5YxgheC7TbEdbP/jzIn8=";
|
||||
};
|
||||
|
||||
executable = "ys";
|
||||
|
|
Loading…
Reference in a new issue