Unverified Commit 83f25ade authored by Stig's avatar Stig Committed by GitHub
Browse files

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

yamlscript: 0.1.40 -> 0.1.41
parents a35c3d44 1f859352
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.40";
  version = "0.1.41";

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

  executable = "ys";