copyq: 6.1.0 -> 6.2.0

This commit is contained in:
Benoit de Chezelles 2022-08-21 14:05:48 +02:00
parent b7344d3890
commit b214fe41c8

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