clojure: 1.12.0.1530 -> 1.12.1.1550

This commit is contained in:
R. Ryantm
2025-06-03 23:00:59 +00:00
parent 8764efe0df
commit 7875c259ea

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