babashka: 0.9.162 -> 0.10.163
This commit is contained in:
parent
6fcaded221
commit
2239172ea0
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildGraalvmNativeImage rec {
|
||||
pname = "babashka";
|
||||
version = "0.9.162";
|
||||
version = "0.10.163";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
|
||||
sha256 = "sha256-eSn3E5opJO+7dVay+j5xEkCIKJvmymozZGVD+vAzO4A=";
|
||||
sha256 = "sha256-54RqqjhKBNSmIIomyhgjujC4CsY33Mkd3QSIc2w9fRg=";
|
||||
};
|
||||
|
||||
executable = "bb";
|
||||
|
|
Loading…
Reference in a new issue