Skip to content

Commit 7902da8

Browse files
committed
clojure: 1.12.0.1517 -> 1.12.0.1530
1 parent c41a9c8 commit 7902da8

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.1517";
5+
version = "1.12.0.1530";
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-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8=";
10+
hash = "sha256-D/JLioEmujnTLeeEoIdnxd8lk4TLdsbuPbTWECcF7Uk=";
1111
};
1212

1313
nativeBuildInputs = [

0 commit comments

Comments
 (0)