Merge pull request #143783 from r-ryantm/auto-update/babashka

babashka: 0.6.2 -> 0.6.4
This commit is contained in:
Bobby Rong 2021-10-30 09:40:44 +08:00 committed by GitHub
commit 210999c555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "babashka";
version = "0.6.2";
version = "0.6.4";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "sha256-exNOdm17Xg4HVpjX2avoftww/flejL4mB7kSIAJUSco=";
sha256 = "sha256-/ULBnC10lAYHYD0P0HGWEcCAqkX8IRcQ7W5ulho+JUM=";
};
dontUnpack = true;