babashka: 0.7.8 -> 0.8.0

This commit is contained in:
R. Ryantm 2022-04-05 07:27:47 +00:00
parent 996a9c24d5
commit e149ce8eb5

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "babashka";
version = "0.7.8";
version = "0.8.0";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "sha256-VbDivl92YYWzIbkbOgDijzf9bZ5ZyodcapPPG4EiGXc=";
sha256 = "sha256-xe+WL2V56ETnWv6ey+3xrvC21MfhT5AMtmOkVPbX5N0=";
};
executable = "bb";