Skip to content

Commit

Permalink
babashka: 1.0.164 -> 1.0.165
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 2, 2022
1 parent 23c102a commit da44bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/clojure/babashka.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildGraalvmNativeImage rec {
pname = "babashka";
version = "1.0.164";
version = "1.0.165";

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

executable = "bb";
Expand Down

0 comments on commit da44bf1

Please sign in to comment.