yamlscript: 0.1.56 -> 0.1.57

This commit is contained in:
R. Ryantm 2024-04-23 04:27:30 +00:00
parent 16da38cd4f
commit a4d4799fbd
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";