We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b359cb8 + 7902da8 commit cf6a9efCopy full SHA for cf6a9ef
pkgs/development/interpreters/clojure/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "clojure";
5
- version = "1.12.0.1517";
+ version = "1.12.0.1530";
6
7
src = fetchurl {
8
# https://github.com/clojure/brew-install/releases
9
url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz";
10
- hash = "sha256-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8=";
+ hash = "sha256-D/JLioEmujnTLeeEoIdnxd8lk4TLdsbuPbTWECcF7Uk=";
11
};
12
13
nativeBuildInputs = [
0 commit comments