Commit 08a800a9 authored by R. RyanTM's avatar R. RyanTM
Browse files

clojure: 1.12.4.1582 -> 1.12.4.1602

parent 95bb827d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "clojure";
  version = "1.12.4.1582";
  version = "1.12.4.1602";

  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-/Vhk8ivy7DAxH5zjyvPTF5ngTWU7ZX7NtPCDb+ly/yE=";
    hash = "sha256-B9ld7oGEVcoI/QJb/SBHGAhSI7E1vc1LXQA5scxvkqM=";
  };

  nativeBuildInputs = [