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

copyq: 6.0.1 -> 6.1.0
This commit is contained in:
Lassulus 2022-04-20 13:52:27 +01:00 committed by GitHub
commit 7412514ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
mkDerivation rec {
pname = "CopyQ";
version = "6.0.1";
version = "6.1.0";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
sha256 = "sha256-edrRgnjbszqJLbGLE4anCJSGApymvK0O+2ks5jWe8aw=";
sha256 = "sha256-2BWyLVxH50G+S/Hp8E5hWG64DcIamtZPGm0nSMwEhY4=";
};
nativeBuildInputs = [