clojure: 1.12.0.1530 -> 1.12.1.1550 (#413746)

This commit is contained in:
Weijia Wang
2025-06-16 23:55:57 +02:00
committed by GitHub

View File

@@ -12,12 +12,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clojure";
version = "1.12.0.1530";
version = "1.12.1.1550";
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-D/JLioEmujnTLeeEoIdnxd8lk4TLdsbuPbTWECcF7Uk=";
hash = "sha256-kGxiVnnHLnA1h1mIpGOSodg9Fu4d9ZmlYaL9M0JLDT8=";
};
nativeBuildInputs = [