Merge pull request #336928 from r-ryantm/auto-update/yamlscript

yamlscript: 0.1.71 -> 0.1.72
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-24 16:26:10 +00:00
committed by GitHub
+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";