Unverified Commit 2572c1ba authored by rewine's avatar rewine
Browse files

copyq: unstable-2023-04-14 -> 7.1.0

parent c65cdcad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "CopyQ";
  version = "unstable-2023-04-14";
  version = "7.1.0";

  src = fetchFromGitHub {
    owner = "hluk";
    repo = "CopyQ";
    rev = "c4e481315be5a1fa35503c9717b396319b43aa9b";
    hash = "sha256-XLuawTKzDi+ixEUcsllyW5tCVTPlzIozu1UzYOjTqDU=";
    rev = "v${version}";
    hash = "sha256-aAmpFKIIFZLPWUaOcf4V1d/wVQ7xRcnXFsqFjROsabg=";
  };

  nativeBuildInputs = [