clojure: 1.11.1.1413 -> 1.11.1.1429

This commit is contained in:
R. Ryantm 2023-12-11 08:24:27 +00:00
parent e97b3e4186
commit 08c8caf96f

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clojure";
version = "1.11.1.1413";
version = "1.11.1.1429";
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-k8Olo63KUcWFgGNBmr9myD2/JOoV4f2S95v35mI4H+A=";
hash = "sha256-ov3s1qPGHfPGAPtgwAqPG+hU6R5nGMA7ucg8QVpquC4=";
};
nativeBuildInputs = [