Merge pull request #253356 from wineee/copyq

copyq: unstable-2023-04-14 -> 7.1.0
This commit is contained in:
Artturi
2023-09-05 16:54:15 +03:00
committed by GitHub
+3 -3
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 = [