clipman: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm 2024-04-13 00:30:47 +00:00
parent 76e0e59bfa
commit b94a76f48e
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "clipman";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lahya0w1bgcTnpxANxNT2MIWu5yVUdqQl19kQzwUdAw=";
sha256 = "sha256-htMApyGuDCjQR+2pgi6KPk+K+GbO63fJWFxl9GW8yfg=";
};
vendorHash = "sha256-Z/sVCJz/igPDdeczC6pemLub6X6z4ZGlBwBmRsEnXKI=";