Commit 1f859352 authored by R. RyanTM's avatar R. RyanTM
Browse files

yamlscript: 0.1.40 -> 0.1.41

parent 52544c4a
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";