yamlscript: 0.1.75 -> 0.1.76

This commit is contained in:
R. Ryantm 2024-09-27 07:13:20 +00:00
parent 2642d39526
commit dd8b31c76c

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.75";
version = "0.1.76";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-GdnrEHVdJmwcs6l1Fw3pXJ8hS+spcNpDQ346d6F0OTM=";
hash = "sha256-+3UKOHfiY5GUkvvciNNFXBiAX1QQV4BUIFN+EhbjSEs=";
};
executable = "ys";