Commit 7fe23b68 authored by R. RyanTM's avatar R. RyanTM
Browse files

cider: 1.6.2 -> 1.6.3

parent 6ca18af3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

appimageTools.wrapType2 rec {
  pname = "cider";
  version = "1.6.2";
  version = "1.6.3";

  src = fetchurl {
    url = "https://github.com/ciderapp/Cider/releases/download/v${version}/Cider-${version}.AppImage";
    sha256 = "sha256-43QmTnFp8raEyZO5NK/UlRM8Ykd0y4iaYlL3MpROmsk=";
    sha256 = "sha256-NwoV1eeAN0u9VXWpu5mANXhmgqe8u3h7BlsREP1f/pI=";
  };

  extraInstallCommands =