babashka: 1.0.169 -> 1.0.170

This commit is contained in:
R. Ryantm 2023-01-23 05:33:47 +00:00
parent eb88ec0409
commit 53bb93d08b

View File

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