Merge pull request #287387 from r-ryantm/auto-update/cliphist

cliphist: 0.4.0 -> 0.5.0
This commit is contained in:
Mario Rodas 2024-02-10 08:11:53 -05:00 committed by GitHub
commit 4bac5f4fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cliphist";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "sentriz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V115xsdSAsxp1RQpCVoGqkkb8J6Rvj5NNNtPMwT9IAg=";
sha256 = "sha256-U78G7X9x3GQg3qcBINni8jWa0wSXQu+TjYChuRPPcLE=";
};
vendorHash = "sha256-/xu1kcSOBOVz7XNxe4Jl905HtFWFOaZHKkLNFaLMVEs=";
vendorHash = "sha256-O4jOFWygmFxm8ydOq1xtB1DESyWpFGXeSp8a6tT+too=";
meta = with lib; {
description = "Wayland clipboard manager";