copyq: 9.0.0 -> 9.1.0

This commit is contained in:
R. Ryantm 2024-10-20 15:56:09 +00:00
parent 632fcb59da
commit 483114fc47

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "CopyQ";
version = "9.0.0";
version = "9.1.0";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
hash = "sha256-Dxiytspqs4+bcnUM+B3lO8iQp9rrCvMfI+WMFMCtM7g=";
hash = "sha256-WBJyLfiPPEQ/Cj5uuwy9KhVc1kw4Hv5TeEuRFDydlGk=";
};
nativeBuildInputs = [