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

Revert "babashka: 0.7.0 -> 0.7.2"

authored by Jörg Thalheim and committed by GitHub b88fab1b 7d0688ab

+2 -2
+2 -2
pkgs/development/interpreters/clojure/babashka.nix
··· 2 3 buildGraalvmNativeImage rec { 4 pname = "babashka"; 5 - version = "0.7.2"; 6 7 src = fetchurl { 8 url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; 9 - sha256 = "sha256-e3/tRSszjLt/lt23ofQz9l5fqJRbshboPvX2bo/qMmI="; 10 }; 11 12 executable = "bb";
··· 2 3 buildGraalvmNativeImage rec { 4 pname = "babashka"; 5 + version = "0.7.0"; 6 7 src = fetchurl { 8 url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; 9 + sha256 = "sha256-zSjiHacetJ68U0GciIbuGET9I/51EM8JnPPUGemDfEI="; 10 }; 11 12 executable = "bb";