about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-14 23:37:36 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-03-17 10:06:10 +0000
commitb9e8789c6aa75611295fcba26bf49fe6b992e183 (patch)
tree4690fec8b32b94aa95eeccc9c60696533204b18d /pkgs/applications
parent20c4c24a77d31c9bb353ef44b135b53663dadcd4 (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
(cherry picked from commit 82b4e7aba9ed117d4cd07e641cb45d69a0df53ce)
Diffstat (limited to 'pkgs/applications')
-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=";
   };
 }