Loading pkgs/development/interpreters/clojure/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/interpreters/clojure/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading