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.
This commit is contained in:
slycrackz
2024-11-18 02:13:04 -05:00
parent fbc12b07e2
commit a5c0f9ce9b

View File

@@ -12,25 +12,26 @@ in
{ {
guiStable = mkGui { guiStable = mkGui {
channel = "stable"; channel = "stable";
version = "2.2.50"; version = "2.2.51";
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA="; hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI=";
}; };
guiPreview = mkGui { guiPreview = mkGui {
channel = "stable"; channel = "stable";
version = "2.2.50"; version = "2.2.51";
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA="; hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI=";
}; };
serverStable = mkServer { serverStable = mkServer {
channel = "stable"; channel = "stable";
version = "2.2.50"; version = "2.2.51";
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y="; hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
}; };
serverPreview = mkServer { serverPreview = mkServer {
channel = "stable"; channel = "stable";
version = "2.2.50"; version = "2.2.51";
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y="; hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
}; };
} }