copyq: 9.0.0 -> 9.1.0 (#350044)

This commit is contained in:
Marcus Ramberg 2024-10-20 20:48:12 +02:00 committed by GitHub
commit d71da38897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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