clipman: 1.6.0 -> 1.6.1

ChangeLog: https://github.com/yory8/clipman/releases/tag/v1.6.1
This commit is contained in:
Maximilian Bosch 2021-12-02 11:28:15 +01:00
parent 43ed12450e
commit 2d02482582
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "clipman";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "yory8";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Yq71nYNL3bFvwhVzrQ1g8n7/4tMmLuYUJ9pMBmxL8e8=";
sha256 = "sha256-aZvtgeaS3xxl5/A/Pwlbu0sI7bw2MONbEIK42IDcMy0=";
};
vendorSha256 = "sha256-Z/sVCJz/igPDdeczC6pemLub6X6z4ZGlBwBmRsEnXKI=";