Merge pull request #305309 from r-ryantm/auto-update/clipman

clipman: 1.6.3 -> 1.6.4
This commit is contained in:
Nick Cao 2024-04-22 15:17:09 -04:00 committed by GitHub
commit bfdc835d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "clipman";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = "v${version}";
sha256 = "sha256-htMApyGuDCjQR+2pgi6KPk+K+GbO63fJWFxl9GW8yfg=";
sha256 = "sha256-kuW74iUVLfIUWf3gaKM7IuMU1nfpU9SbSsfeZDbYGhY=";
};
vendorHash = "sha256-Z/sVCJz/igPDdeczC6pemLub6X6z4ZGlBwBmRsEnXKI=";
vendorHash = "sha256-I1RWyjyOfppGi+Z5nvAei5zEvl0eQctcH8NP0MYSTbg=";
outputs = [ "out" "man" ];