about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-15 15:42:44 -0700
committerGitHub <noreply@github.com>2022-03-15 15:42:44 -0700
commit178a83c29cc926a61c7340a6356cc7abe006e601 (patch)
treed25432f109e0495fc510c6cc2e3d448395da5e28
parent8057e54992bdee9166fe80c2f441aef99fb6fc0d (diff)
parent55b4ea6e5b7650d952422c2d25fb219fea828190 (diff)
Merge pull request #163928 from r-ryantm/auto-update/tgswitch
tgswitch: 0.5.382 -> 0.5.389
-rw-r--r--pkgs/applications/networking/cluster/tgswitch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/tgswitch/default.nix b/pkgs/applications/networking/cluster/tgswitch/default.nix
index 560e593ba19cd..5f669a6b9d8a3 100644
--- a/pkgs/applications/networking/cluster/tgswitch/default.nix
+++ b/pkgs/applications/networking/cluster/tgswitch/default.nix
@@ -1,13 +1,13 @@
 { buildGoPackage, lib, fetchFromGitHub }:
 buildGoPackage rec {
   pname = "tgswitch";
-  version = "0.5.382";
+  version = "0.5.389";
 
   src = fetchFromGitHub {
     owner = "warrensbox";
     repo = "tgswitch";
     rev = version;
-    sha256 = "sha256-DbPf1o1XlXLpuYSrNMRwHRqi/urQhSfzPW5BPIvZC/Y=";
+    sha256 = "sha256-6hErfI7LEJFgOoJR8IF9jTSBwqbQYeGiwdeJShqxVQ0=";
   };
 
   goPackagePath = "github.com/warrensbox/tgswitch";