From a5c0f9ce9bb0880def8b7e8864c31de7adc1d6a8 Mon Sep 17 00:00:00 2001 From: slycrackz Date: Mon, 18 Nov 2024 02:13:04 -0500 Subject: [PATCH] gns3-gui: update to 2.2.51 - Updated gns3-gui to version 2.2.51. - Updated hash values to match the new release. - Tested locally by building with `nix build .#gns3-gui`. - Verified functionality of the GUI application. --- pkgs/applications/networking/gns3/default.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/networking/gns3/default.nix b/pkgs/applications/networking/gns3/default.nix index 62ba3b369e902..4f1d4bec89307 100644 --- a/pkgs/applications/networking/gns3/default.nix +++ b/pkgs/applications/networking/gns3/default.nix @@ -12,25 +12,26 @@ in { guiStable = mkGui { channel = "stable"; - version = "2.2.50"; - hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA="; + version = "2.2.51"; + hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI="; }; guiPreview = mkGui { channel = "stable"; - version = "2.2.50"; - hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA="; + version = "2.2.51"; + hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI="; }; serverStable = mkServer { channel = "stable"; - version = "2.2.50"; - hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y="; + version = "2.2.51"; + hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ="; }; serverPreview = mkServer { channel = "stable"; - version = "2.2.50"; - hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y="; + version = "2.2.51"; + hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ="; }; } +