Commit 21fc94df authored by R. RyanTM's avatar R. RyanTM
Browse files

cider-2: 3.1.1 -> 3.1.8

parent 4b7db3f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@
}:
stdenv.mkDerivation rec {
  pname = "cider-2";
  version = "3.1.1";
  version = "3.1.8";

  src = fetchurl {
    url = "https://repo.cider.sh/apt/pool/main/cider-v${version}-linux-x64.deb";
    hash = "sha256-2gd/ThI59GFU/lMKFLtwHeRWSqp14jFd8YMrV8Cu/oQ=";
    hash = "sha256-cYtUVoDSESzElmmvhTPhLBXjiZF6fo3cJaw1QYCtVCg=";
  };

  nativeBuildInputs = [