Unverified Commit 0c771ce8 authored by Stig's avatar Stig Committed by GitHub
Browse files

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

yamlscript: 0.1.63 -> 0.1.64
parents 904c8cb2 83a35a40
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";