Merge pull request #211907 from r-ryantm/auto-update/copyq

This commit is contained in:
Artturi 2023-01-21 17:27:21 +02:00 committed by GitHub
commit 43cb2bd0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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