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
committerAnthony Roussel <anthony@roussel.dev>2024-01-17 14:28:25 +0100
commit5dbaf7ba5262687e00d3e9782928479311f748a0 (patch)
treec96d5709c837532ca0bb8f76c2272b3da91c0e81 /pkgs/applications/networking/gns3
parent2364047c60b6a6daf126269c120b6530c7405e29 (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
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 {