about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 12:01:19 +0000
committerGitHub <noreply@github.com>2021-10-29 12:01:19 +0000
commit97b60b1800c22850bc7e52596777c8c60dbbd9e6 (patch)
tree0ee96144793f5c3a7613a388440f3a382e0bb812 /pkgs/tools/admin
parente7fbce41fcba6290aef3aeffe8a24a2718d4f07e (diff)
parent85850ea4fccb0223d34695a428f0104de1cf7110 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/chamber/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/chamber/default.nix b/pkgs/tools/admin/chamber/default.nix
index 45c62fd42f92f..ef304ff208b57 100644
--- a/pkgs/tools/admin/chamber/default.nix
+++ b/pkgs/tools/admin/chamber/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "chamber";
-  version = "2.10.3";
+  version = "2.10.6";
 
   src = fetchFromGitHub {
     owner = "segmentio";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nIIoU+iz2uOglNaqGIhQ2kUjpFOyOx+flXXwu02UG6Y=";
+    sha256 = "sha256-8VnFpzm5St0AYFzups2ILQ/MrQRZLQ1xY9JjlGVBmZk=";
   };
 
   CGO_ENABLED = 0;