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

This commit is contained in:
rewine 2023-09-05 12:05:18 +08:00
parent c65cdcadc2
commit 2572c1ba16
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -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 = [