Skip to content

Commit

Permalink
Merge pull request #266446 from Sohalt/update-babashka
Browse files Browse the repository at this point in the history
babashka-unwrapped: 1.3.185 -> 1.3.186
  • Loading branch information
Lassulus committed Nov 9, 2023
2 parents 304b2a3 + 5f58cc4 commit d4cd00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/babashka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
let
babashka-unwrapped = buildGraalvmNativeImage rec {
pname = "babashka-unwrapped";
version = "1.3.185";
version = "1.3.186";

src = fetchurl {
url = "https://github.com/babashka/babashka/releases/download/v${version}/babashka-${version}-standalone.jar";
sha256 = "sha256-nTW7LpvWoF8hBWtpWOc8VtVvx3v1ISJGvxnnYIvprQk=";
sha256 = "sha256-T7inTJHSnUySituU0fcgZ0xWjIY3yb8BlSakqym67ew=";
};

graalvmDrv = graalvmCEPackages.graalvm-ce;
Expand Down

0 comments on commit d4cd00c

Please sign in to comment.