Merge pull request #306178 from r-ryantm/auto-update/yamlscript

yamlscript: 0.1.56 -> 0.1.57
This commit is contained in:
Nick Cao 2024-04-23 09:08:17 -04:00 committed by GitHub
commit 66a6159235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.56";
version = "0.1.57";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-4ZjQYl4NdqbzyeEWDthBA8fWJFlIuMRtvHLtdlVYQmw=";
hash = "sha256-nuYfYz1Q7PtVb9A2KEN2XGeINifEjsM4IqGiUBbTGFM=";
};
executable = "ys";