Skip to content

Commit

Permalink
clojure: 1.11.2.1446 -> 1.11.3.1456
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 29, 2024
1 parent 8cf34f7 commit 05800ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/clojure/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation (finalAttrs: {
pname = "clojure";
version = "1.11.2.1446";
version = "1.11.3.1456";

src = fetchurl {
# https://github.com/clojure/brew-install/releases
url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz";
hash = "sha256-qn7/sPyVDfjZPLeWxlUBBljAW/d8cCw6lEm3/deS73E=";
hash = "sha256-ymOkUUDSj5KzFMBY1D7gErjPAK5E/QjFDGcwDo5fzW0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 05800ba

Please sign in to comment.