babashka: 1.4.192 -> 1.12.194

This commit is contained in:
José Luis Lafuente 2024-10-12 12:51:06 +02:00
parent 69151ff73d
commit 3c8cbd830f
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -9,11 +9,11 @@
let
babashka-unwrapped = buildGraalvmNativeImage rec {
pname = "babashka-unwrapped";
version = "1.4.192";
version = "1.12.194";
src = fetchurl {
url = "https://github.com/babashka/babashka/releases/download/v${version}/babashka-${version}-standalone.jar";
sha256 = "sha256-uVRk1/lfOXMSp3qOdeMoAFpwJaEBxF1MYtFOv364H7Y=";
sha256 = "sha256-Dx3AANMpmCPH8Zaz8/9FRNRRhcEPnZHXQje47udwwRQ=";
};
graalvmDrv = graalvmCEPackages.graalvm-ce;
@ -37,6 +37,7 @@ let
$out/bin/bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' | fgrep '[1 2]'
$out/bin/bb '(prn "bépo àê")' | fgrep 'bépo àê'
$out/bin/bb '(:out (babashka.process/sh "echo" "ä"))' | fgrep 'ä'
$out/bin/bb '(into-array [:f])'
'';
postInstall = ''