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

copyq: 8.0.0 -> 9.0.0
This commit is contained in:
Artturin 2024-06-23 18:42:20 +03:00 committed by GitHub
commit c18b1ebb79
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 = "8.0.0";
version = "9.0.0";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
hash = "sha256-Ewunl4k9f0aDjilhKAsVxwR3S6uSZ1xwtu6ccNsNOgk=";
hash = "sha256-Dxiytspqs4+bcnUM+B3lO8iQp9rrCvMfI+WMFMCtM7g=";
};
nativeBuildInputs = [