yamlscript: 0.1.73 -> 0.1.74 (#339714)
This commit is contained in:
commit
b4eba969b0
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "yamlscript";
|
||||
version = "0.1.73";
|
||||
version = "0.1.74";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar";
|
||||
hash = "sha256-FXw476RXIFnjnK8cz/Kxni4dZ58LJvevcxiotDO7+bQ=";
|
||||
hash = "sha256-kAuUXOc3QQ9gxBO+HKZDGm5Y4H/lKeFzyiDlz+GMjv8=";
|
||||
};
|
||||
|
||||
executable = "ys";
|
||||
|
Loading…
Reference in New Issue
Block a user