Unverified Commit 1b32829c authored by Stig's avatar Stig Committed by GitHub
Browse files

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

yamlscript: 0.1.69 -> 0.1.71
parents b2b18c9a d02b0032
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildGraalvmNativeImage rec {
  pname = "yamlscript";
  version = "0.1.69";
  version = "0.1.71";

  src = fetchurl {
    url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
    hash = "sha256-Bw+TO9u0o+GHqVLPR7M4hFl1lMPa+tVDCeTEUoBBgcU=";
    hash = "sha256-ko34trxTZmEkh/rltHLeweUg0deH7yiN6ME5igJiHHY=";
  };

  executable = "ys";