Commit 83a35a40 authored by R. RyanTM's avatar R. RyanTM
Browse files

yamlscript: 0.1.63 -> 0.1.64

parent 381a94c1
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.63";
  version = "0.1.64";

  src = fetchurl {
    url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
    hash = "sha256-BxLFWIbRNYSGWVoPyOH2VaudVQQ/PCloBqQZM9MYg2s=";
    hash = "sha256-VrcY0bZWQ+sEQQ5UxW3aQfjZfQ1rJNqYN+O4Ecs45KA=";
  };

  executable = "ys";