copyq: 6.2.0 -> 6.3.2

This commit is contained in:
R. Ryantm 2022-09-27 05:43:40 +00:00
parent ea4a87537c
commit 7f99187202

View File

@ -17,13 +17,13 @@
mkDerivation rec {
pname = "CopyQ";
version = "6.2.0";
version = "6.3.2";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
hash = "sha256-0XCqSF1oc2B3FD5OmOxqgt9sqCIrzK0KjkntVFXlRWI=";
hash = "sha256-Ge/TD9Llq4YTAqaL9LBEsgNI9qrf2jLDt7q2ZTI9rmE=";
};
nativeBuildInputs = [