Skip to content

Commit a528f04

Browse files
committed
clojure: 1.12.0.1495 -> 1.12.0.1517
1 parent 6f1338e commit a528f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/clojure/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation (finalAttrs: {
44
pname = "clojure";
5-
version = "1.12.0.1495";
5+
version = "1.12.0.1517";
66

77
src = fetchurl {
88
# https://github.com/clojure/brew-install/releases
99
url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz";
10-
hash = "sha256-GMwT+Hx07E8Xe9g8RBbZ7Cu5FChg2wYFWvdZjhuClJw=";
10+
hash = "sha256-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8=";
1111
};
1212

1313
nativeBuildInputs = [

0 commit comments

Comments
 (0)