cliphist: 0.5.0 -> 0.6.0

This commit is contained in:
Austin Horstman 2024-10-15 16:03:46 -05:00
parent e544a67eba
commit 22d53c3318
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "cliphist"; pname = "cliphist";
version = "0.5.0"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sentriz"; owner = "sentriz";
repo = pname; repo = "cliphist";
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-U78G7X9x3GQg3qcBINni8jWa0wSXQu+TjYChuRPPcLE="; hash = "sha256-AWLcHUwFphfUt6gCal+/OqfRmXs7I1m2Xcshe7kPFxQ=";
}; };
vendorHash = "sha256-O4jOFWygmFxm8ydOq1xtB1DESyWpFGXeSp8a6tT+too="; vendorHash = "sha256-gG8v3JFncadfCEUa7iR6Sw8nifFNTciDaeBszOlGntU=";
postInstall = '' postInstall = ''
cp ${src}/contrib/* $out/bin/ cp ${src}/contrib/* $out/bin/