Unverified Commit fe1c24e3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

clojure: 1.12.2.1565 -> 1.12.3.1577 (#446672)

parents 22201fae cc7fa784
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "clojure";
  version = "1.12.2.1565";
  version = "1.12.3.1577";

  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-qj0RqgIL+pgbqdMnG+vCfHirazBVA8ro2zCKOlDzYXk=";
    hash = "sha256-u/hROuiLmHPpeBroaty1YLgSCcZv6Uy+ckKK85seusw=";
  };

  nativeBuildInputs = [