Unverified Commit 39b55280 authored by Stig's avatar Stig Committed by GitHub
Browse files

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

yamlscript: 0.1.58 -> 0.1.59
parents 77803161 e0f7a8d0
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.58";
  version = "0.1.59";

  src = fetchurl {
    url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
    hash = "sha256-rARUkbVq77uPrQZwfQ0NNM4XwYaVhSinLi0sCoVR63E=";
    hash = "sha256-I5Z9QB8ZmTyeMs/WxUhJZM65VpUIx+t7QKzCRuRdRG4=";
  };

  executable = "ys";