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

Merge pull request #251368 from r-ryantm/auto-update/clojure

clojure: 1.11.1.1386 -> 1.11.1.1405
parents fd1d6fc4 d516998a
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.11.1.1386";
  version = "1.11.1.1405";

  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-e5RLnsydCZKRv6P/yC8FxK5AgK0Gj6YJw7E41neGYsM=";
    hash = "sha256-sqKhnddOy2rKcYtM2rSiaHIihoajZ8GBfBfyU4oPtXQ=";
  };

  nativeBuildInputs = [