yamlscript: 0.1.72 -> 0.1.73

This commit is contained in:
R. Ryantm
2024-08-29 21:05:48 +00:00
parent 65bf97a942
commit 4750b9e80e
+2 -2
View File
@@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "yamlscript";
version = "0.1.72";
version = "0.1.73";
src = fetchurl {
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
hash = "sha256-Qp2/Bifh+KXUjpcW/Lct6nGBv50TUEOGTjVPkXGbD54=";
hash = "sha256-FXw476RXIFnjnK8cz/Kxni4dZ58LJvevcxiotDO7+bQ=";
};
executable = "ys";