summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-02 15:04:40 +0000
committerGitHub <noreply@github.com>2021-12-02 15:04:40 +0000
commit673d497d2c1e7b30f938e9d5443a8193c81354fa (patch)
treec06c669ef8aa4dc452a718bec3b4202eb9e02486 /pkgs/tools/wayland
parent7bee9b54bcf3d1c5fc9e84ff4b5475125f3f7c19 (diff)
parent2d024825827bfb95576938b01bc7f7a4bfd5f330 (diff)
Merge pull request #148261 from Ma27/bump-clipman
clipman: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/clipman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/clipman/default.nix b/pkgs/tools/wayland/clipman/default.nix
index d5ed6ae88ffe..3c974f4cb779 100644
--- a/pkgs/tools/wayland/clipman/default.nix
+++ b/pkgs/tools/wayland/clipman/default.nix
@@ -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=";