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

clipman: 1.6.2 -> 1.6.3
This commit is contained in:
Matthias Beyer 2024-04-17 17:19:26 +02:00 committed by GitHub
commit b1421825b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";