Merge pull request #214898 from r-ryantm/auto-update/babashka
babashka: 1.1.172 -> 1.1.173
This commit is contained in:
commit
b5cff429fa
@ -2,11 +2,11 @@
|
||||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "babashka";
|
||||
version = "1.1.172";
|
||||
version = "1.1.173";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
|
||||
sha256 = "sha256-mdcG4zKC9zX0J2S2lWCvFdFFr5sOxfOe9/iPzvEyImM=";
|
||||
sha256 = "sha256-p/KGDCocTksvUwj6x5l1xUEM1OZ4pNHtXL4mTgg7JUI=";
|
||||
};
|
||||
|
||||
executable = "bb";
|
||||
|
Loading…
Reference in New Issue
Block a user