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

yamlscript: 0.1.39 -> 0.1.40
This commit is contained in:
Stig 2024-03-09 03:59:30 +01:00 committed by GitHub
commit de66856bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.39";
version = "0.1.40";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-P64Ekkn8yIuct+dl4dVYDRhMmKFieIa75r0rJbTvfhg=";
hash = "sha256-tPnEfYI3l8PKDeWnb9i0ov/XydjlJXMN7h7DJO7acKA=";
};
executable = "ys";