Skip to content

Commit

Permalink
babashka: 1.4.192 -> 1.12.194
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Oct 12, 2024
1 parent 69151ff commit 3c8cbd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/interpreters/babashka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 = ''
Expand Down

0 comments on commit 3c8cbd8

Please sign in to comment.