about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tgswitch
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 10:04:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 10:04:29 +0000
commitb8f3b930763dbcf04c24afbdb133a8a8e264b35a (patch)
tree5d44d088750dd2cfc3559e5ac263fb6427c73d6e /pkgs/applications/networking/cluster/tgswitch
parentd31255bbc5c63c5e30663bd24c71de29c3fd5e2b (diff)
tgswitch: 0.5.378 -> 0.5.382
Diffstat (limited to 'pkgs/applications/networking/cluster/tgswitch')
-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 9a1652f25d365..560e593ba19cd 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.378";
+  version = "0.5.382";
 
   src = fetchFromGitHub {
     owner = "warrensbox";
     repo = "tgswitch";
     rev = version;
-    sha256 = "0q2aqh75acbpkmvkws0rl3d5dzq3sisy637c0x6cnc88h34g3n3i";
+    sha256 = "sha256-DbPf1o1XlXLpuYSrNMRwHRqi/urQhSfzPW5BPIvZC/Y=";
   };
 
   goPackagePath = "github.com/warrensbox/tgswitch";