summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-07 00:32:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-07 00:32:34 +0000
commitca1f98483ed71fd5852cb80a0d10bb7896e4e691 (patch)
tree87efd176ec82b92434bacf4d749aaae138fe9e95 /pkgs/applications
parent4af048fbb0440744a9e1f5876daed55c955642c9 (diff)
terranix: 2.5.4 -> 2.5.5
Diffstat (limited to 'pkgs/applications')
-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 2f6890b4c699..40ac0cf0c556 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.5.4";
+ version = "2.5.5";
src = fetchFromGitHub {
owner = "mrVanDalo";
repo = "terranix";
rev = version;
- sha256 = "sha256-zctvB0zpPY2C1HkMyEK6NFNuPVNGcU9b8gv9HafBd2A=";
+ sha256 = "sha256-5s9YFvbYMp8x0uoXM/jOCPPdjau6+4zeK/rGRkXBdx0=";
};
nativeBuildInputs = [ makeWrapper ];