Merge pull request #192014 from r-ryantm/auto-update/CopyQ

copyq: 6.2.0 -> 6.3.2
This commit is contained in:
Artturi 2022-10-17 17:39:53 +03:00 committed by GitHub
commit 85951fd601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,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 = [