clojure: 1.11.1.1208 -> 1.11.1.1224

This commit is contained in:
R. Ryantm 2023-02-14 15:23:51 +00:00
parent 89fc13df40
commit 5517737e6e

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "clojure";
version = "1.11.1.1208";
version = "1.11.1.1224";
src = fetchurl {
# https://clojure.org/releases/tools
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "sha256-bn9uNM46oYc0wxJJ8HMGbE8/2mnYxm/p9S6MhYfhcQM=";
sha256 = "sha256-T55/uETQFBWYS9ZifbF3KW8vWoeInq/QxH7UabVkBVI=";
};
nativeBuildInputs = [