Skip to content

Commit 7a20af0

Browse files
committed
yamlscript: 0.1.86 -> 0.1.87
1 parent 41edc75 commit 7a20af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ya/yamlscript/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildGraalvmNativeImage rec {
44
pname = "yamlscript";
5-
version = "0.1.86";
5+
version = "0.1.87";
66

77
src = fetchurl {
88
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
9-
hash = "sha256-GFLmEowy89eZDB7cEMTHRKfvGNlZ9CTARxAKLH/GuNg=";
9+
hash = "sha256-ItliRQzfVrtRdq5txxj2/JV3d7sHoO0m+ofO6cKrUZ4=";
1010
};
1111

1212
executable = "ys";

0 commit comments

Comments
 (0)