about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 04:07:06 +0200
committerGitHub <noreply@github.com>2023-10-28 04:07:06 +0200
commit317bcf44589b2d8a3bd0ad6665e35d11496b78ba (patch)
tree449bb0a1e2d22fa3b76a107bce1c5768a2eba71b /pkgs/applications/networking
parent774e75666ce13cd1ff11b583b1d5f45e5bd5ed28 (diff)
parent41dcc214e672b50b7f934d001e10d9ac34722483 (diff)
Merge pull request #262403 from r-ryantm/auto-update/terranix
terranix: 2.6.0 -> 2.7.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/terranix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terranix/default.nix b/pkgs/applications/networking/cluster/terranix/default.nix
index f1781cca3950d..2c42ac08d0591 100644
--- a/pkgs/applications/networking/cluster/terranix/default.nix
+++ b/pkgs/applications/networking/cluster/terranix/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "terranix";
-  version = "2.6.0";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner = "mrVanDalo";
     repo = "terranix";
     rev = version;
-    sha256 = "sha256-pNuJxmVMGbBHw7pa+Bx0HY0orXIXoyyAXOKuQ1zpfus=";
+    sha256 = "sha256-xiUfVD6rtsVWFotVtUW3Q1nQh4obKzgvpN1wqZuGXvM=";
   };
 
   nativeBuildInputs = [ makeWrapper ];