Unverified Commit 8ab85d63 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #253356 from wineee/copyq

copyq: unstable-2023-04-14 -> 7.1.0
parents 8b7beb2b 2572c1ba
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 = [