Merge pull request #146532 from thiagokokada/bump-babashka

babashka: 0.6.4 -> 0.6.5
This commit is contained in:
Thiago Kenji Okada 2021-11-19 10:33:06 -03:00 committed by GitHub
commit cc125ff661
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.4";
version = "0.6.5";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "sha256-/ULBnC10lAYHYD0P0HGWEcCAqkX8IRcQ7W5ulho+JUM=";
sha256 = "sha256-72D/HzDIxkGD4zTPE9gHf/uFtboLbNnT7CTslSlAqjc=";
};
dontUnpack = true;