babashka: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm 2022-03-13 20:53:54 +00:00
parent 12769bc7e1
commit 32fe2acfab

View File

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