Commit 92b5c524 authored by R. RyanTM's avatar R. RyanTM
Browse files

yamlscript: 0.1.41 -> 0.1.45

parent cd424800
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.41";
  version = "0.1.45";

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

  executable = "ys";