Skip to content

Commit 33aa61a

Browse files
clojure: 1.12.4.1618 -> 1.12.4.1629 (NixOS#508295)
2 parents 2a5f2a9 + 4bb5600 commit 33aa61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cl/clojure/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}:
1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "clojure";
16-
version = "1.12.4.1618";
16+
version = "1.12.4.1629";
1717

1818
src = fetchurl {
1919
# https://github.com/clojure/brew-install/releases
2020
url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz";
21-
hash = "sha256-E3adptY6mN6yAkN4rhpk5O4hGsEDU0DfynppRMQc3iE=";
21+
hash = "sha256-swBF0lh+vAvPHKKoXHXXHcVtfHTefu5tx/3vwl93KM4=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)