about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-01-17 14:28:13 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-20 14:02:13 +0000
commit2f2f8457861ac5b1f9940d02f1200b04d36cfa0d (patch)
treed60a83af597bd8a85ccbda707707dfb5729c6c90 /pkgs/applications/networking/gns3
parentdd00b10c9db0f2d798b14c71a4ccf99cee4e6dff (diff)
gns3-gui: 2.2.44.1 -> 2.2.45
https://github.com/GNS3/gns3-gui/releases/tag/v2.2.45
https://github.com/GNS3/gns3-gui/compare/v2.2.44.1...v2.2.45
(cherry picked from commit 5dbaf7ba5262687e00d3e9782928479311f748a0)
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 18c94cb334227..500d4c1692806 100644
--- a/pkgs/applications/networking/gns3/default.nix
+++ b/pkgs/applications/networking/gns3/default.nix
@@ -12,14 +12,14 @@ in {
 
   guiStable = mkGui {
     channel = "stable";
-    version = "2.2.44.1";
-    hash = "sha256-Ae1Yij81/rhZOMMfLYaQKR4Dxx1gDGZBpBj0gLCSToI=";
+    version = "2.2.45";
+    hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
   };
 
   guiPreview = mkGui {
     channel = "stable";
-    version = "2.2.44.1";
-    hash = "sha256-Ae1Yij81/rhZOMMfLYaQKR4Dxx1gDGZBpBj0gLCSToI=";
+    version = "2.2.45";
+    hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
   };
 
   serverStable = mkServer {