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

clojure: 1.11.1.1386 -> 1.11.1.1405
This commit is contained in:
Weijia Wang 2023-08-29 23:46:57 +02:00 committed by GitHub
commit 499ae1b4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [