Merge pull request #187733 from bew/update-copyq

This commit is contained in:
Sandro
2022-08-21 19:58:58 +02:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
mkDerivation rec {
pname = "CopyQ";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
sha256 = "sha256-2BWyLVxH50G+S/Hp8E5hWG64DcIamtZPGm0nSMwEhY4=";
hash = "sha256-0XCqSF1oc2B3FD5OmOxqgt9sqCIrzK0KjkntVFXlRWI=";
};
nativeBuildInputs = [