Unverified Commit 58889d52 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

clojure: 1.12.0.1488 -> 1.12.0.1495 (#370639)

parents 1b4572f0 6da2bc74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "clojure";
  version = "1.12.0.1488";
  version = "1.12.0.1495";

  src = fetchurl {
    # https://github.com/clojure/brew-install/releases
    url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz";
    hash = "sha256-vBm+ABC+8EIcJv077HvDvKCMGSgo1ZoVGEVCLcRCB0I=";
    hash = "sha256-GMwT+Hx07E8Xe9g8RBbZ7Cu5FChg2wYFWvdZjhuClJw=";
  };

  nativeBuildInputs = [