clipman: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2024-04-19 13:27:58 +00:00
parent 193037db72
commit cc7c76e1f4
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" ];