Commit 7902da85 authored by R. RyanTM's avatar R. RyanTM
Browse files

clojure: 1.12.0.1517 -> 1.12.0.1530

parent c41a9c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "clojure";
  version = "1.12.0.1517";
  version = "1.12.0.1530";

  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-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8=";
    hash = "sha256-D/JLioEmujnTLeeEoIdnxd8lk4TLdsbuPbTWECcF7Uk=";
  };

  nativeBuildInputs = [