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 0d6cc76 + a528f04 commit f22735eCopy full SHA for f22735e
pkgs/development/interpreters/clojure/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "clojure";
5
- version = "1.12.0.1495";
+ version = "1.12.0.1517";
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-GMwT+Hx07E8Xe9g8RBbZ7Cu5FChg2wYFWvdZjhuClJw=";
+ hash = "sha256-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8=";
11
};
12
13
nativeBuildInputs = [
0 commit comments