copyq: 6.0.1 -> 6.1.0

This commit is contained in:
R. Ryantm 2022-03-08 07:14:22 +00:00
parent f22969e855
commit 33a51ae8b0

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