Commit 4bb5600c authored by R. RyanTM's avatar R. RyanTM
Browse files

clojure: 1.12.4.1618 -> 1.12.4.1629

parent 5a670b69
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.1618";
  version = "1.12.4.1629";

  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-E3adptY6mN6yAkN4rhpk5O4hGsEDU0DfynppRMQc3iE=";
    hash = "sha256-swBF0lh+vAvPHKKoXHXXHcVtfHTefu5tx/3vwl93KM4=";
  };

  nativeBuildInputs = [