Unverified Commit 7f2f03a8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

yamlscript: 0.1.91 -> 0.1.94 (#385165)

parents 3c1a415c ef01ba87
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.91";
  version = "0.1.94";

  src = fetchurl {
    url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
    hash = "sha256-4i7jXz67XvSmrrQQNZ/wDfjwgh+cVc5a8ptOwjbj/Yc=";
    hash = "sha256-WDA6ppD4qO24kKn1M12CVWykK+Uxs9fYNhC1RRLV/vI=";
  };

  executable = "ys";