about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-14 23:37:36 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-14 23:37:36 +0100
commit82b4e7aba9ed117d4cd07e641cb45d69a0df53ce (patch)
tree48f3429036223cb5b37034199e5194b42fd91b59 /pkgs/applications/networking/gns3
parent3485030d6f95d96ed366e769f56fa2d5ca1b122c (diff)
gns3-server: 2.2.45 -> 2.2.46
https://github.com/GNS3/gns3-server/releases/tag/v2.2.46
https://github.com/GNS3/gns3-server/compare/v2.2.45...v2.2.46
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/gns3/default.nix b/pkgs/applications/networking/gns3/default.nix
index efa983c9a033e..c039a8885ae04 100644
--- a/pkgs/applications/networking/gns3/default.nix
+++ b/pkgs/applications/networking/gns3/default.nix
@@ -24,13 +24,13 @@ in {
 
   serverStable = mkServer {
     channel = "stable";
-    version = "2.2.45";
-    hash = "sha256-1GwhZEPfRW1e+enJipy7YOnA4QzeqZ7aCG92GrsZhms=";
+    version = "2.2.46";
+    hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
   };
 
   serverPreview = mkServer {
     channel = "stable";
-    version = "2.2.45";
-    hash = "sha256-1GwhZEPfRW1e+enJipy7YOnA4QzeqZ7aCG92GrsZhms=";
+    version = "2.2.46";
+    hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
   };
 }