We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d441bda + 7a20af0 commit 6b521a4Copy full SHA for 6b521a4
pkgs/by-name/ya/yamlscript/package.nix
@@ -2,11 +2,11 @@
2
3
buildGraalvmNativeImage rec {
4
pname = "yamlscript";
5
- version = "0.1.86";
+ version = "0.1.87";
6
7
src = fetchurl {
8
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
9
- hash = "sha256-GFLmEowy89eZDB7cEMTHRKfvGNlZ9CTARxAKLH/GuNg=";
+ hash = "sha256-ItliRQzfVrtRdq5txxj2/JV3d7sHoO0m+ofO6cKrUZ4=";
10
};
11
12
executable = "ys";
0 commit comments