yamlscript: 0.1.71 -> 0.1.72

This commit is contained in:
R. Ryantm
2024-08-24 02:49:40 +00:00
parent a2f47ce51c
commit 76d2398b18
+2 -2
View File
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.71";
version = "0.1.72";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-ko34trxTZmEkh/rltHLeweUg0deH7yiN6ME5igJiHHY=";
hash = "sha256-Qp2/Bifh+KXUjpcW/Lct6nGBv50TUEOGTjVPkXGbD54=";
};
executable = "ys";