Unverified Commit 051bfe30 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

yamlscript: 0.1.57 -> 0.1.58
parents f1bffcfa f760e1d0
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.57";
  version = "0.1.58";

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

  executable = "ys";