babashka: 1.0.170 -> 1.1.172

This commit is contained in:
R. Ryantm 2023-01-25 13:41:32 +00:00
parent 55e1910252
commit 8486c3d92e

View file

@ -2,11 +2,11 @@
buildGraalvmNativeImage rec {
pname = "babashka";
version = "1.0.170";
version = "1.1.172";
src = fetchurl {
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "sha256-NM1lcDi60DuBr67kOx6CVLyO8p2DUq6c2oTZEiHBFjw=";
sha256 = "sha256-mdcG4zKC9zX0J2S2lWCvFdFFr5sOxfOe9/iPzvEyImM=";
};
executable = "bb";