Merge pull request #152621 from thiagokokada/bump-babashka
babashka: 0.7.0 -> 0.7.2
This commit is contained in:
commit
dcd5f3d44d
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "babashka";
|
||||
version = "0.7.0";
|
||||
version = "0.7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
|
||||
sha256 = "sha256-zSjiHacetJ68U0GciIbuGET9I/51EM8JnPPUGemDfEI=";
|
||||
sha256 = "sha256-e3/tRSszjLt/lt23ofQz9l5fqJRbshboPvX2bo/qMmI=";
|
||||
};
|
||||
|
||||
executable = "bb";
|
||||
|
Loading…
Reference in New Issue
Block a user