Unverified Commit 33aa61a2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

clojure: 1.12.4.1618 -> 1.12.4.1629 (#508295)

parents 2a5f2a99 4bb5600c
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 = [