Merge pull request #152637 from NixOS/revert-152621-bump-babashka

Revert "babashka: 0.7.0 -> 0.7.2"
This commit is contained in:
Jörg Thalheim 2021-12-30 05:51:00 +00:00 committed by GitHub
commit b88fab1bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "babashka";
version = "0.7.2";
version = "0.7.0";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "sha256-e3/tRSszjLt/lt23ofQz9l5fqJRbshboPvX2bo/qMmI=";
sha256 = "sha256-zSjiHacetJ68U0GciIbuGET9I/51EM8JnPPUGemDfEI=";
};
executable = "bb";