clipman: 1.6.4 -> 1.6.5

This commit is contained in:
R. Ryantm
2025-10-10 15:26:01 +00:00
parent d8c903a0ad
commit 02cc03f2a1

View File

@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "clipman";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "chmouel";
repo = "clipman";
rev = "v${version}";
sha256 = "sha256-kuW74iUVLfIUWf3gaKM7IuMU1nfpU9SbSsfeZDbYGhY=";
sha256 = "sha256-fAiXivLXpxezvMUKv0HfDvzSN60G4RFfgi6/fO0C1p8=";
};
vendorHash = "sha256-I1RWyjyOfppGi+Z5nvAei5zEvl0eQctcH8NP0MYSTbg=";
vendorHash = "sha256-QD/ucnIqPHgKaYRmBO4fwDVqC7kKlYmBaZp3XBWudy0=";
outputs = [
"out"