yamlscript: 0.1.40 -> 0.1.41

This commit is contained in:
R. Ryantm 2024-03-12 06:16:43 +00:00
parent 52544c4a0a
commit 1f8593522a

View File

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