Skip to content

Commit

Permalink
Merge pull request NixOS#197532 from r-ryantm/auto-update/clojure
Browse files Browse the repository at this point in the history
clojure: 1.11.1.1165 -> 1.11.1.1177
  • Loading branch information
thiagokokada authored Oct 24, 2022
2 parents d765b35 + b65f049 commit c08f3c0
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 rec {
pname = "clojure";
version = "1.11.1.1165";
version = "1.11.1.1177";

src = fetchurl {
# https://clojure.org/releases/tools
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "sha256-UXukXP6Dt1Clj4JGvO5WmuFJ2HJGkPLbyP8xhxU/6dE=";
sha256 = "sha256-Axutyw+f7TPObxcw8llbu3r0zxYIKxFnBuUp+trR9eI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c08f3c0

Please sign in to comment.