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