gns3-gui: 2.2.49 -> 2.2.50

https://github.com/GNS3/gns3-gui/compare/v2.2.49...v2.2.50
This commit is contained in:
Anthony ROUSSEL
2024-10-28 19:56:31 +01:00
committed by Anthony Roussel
parent 58cddcdefe
commit 0dacc47bfc
@@ -1,12 +1,10 @@
{ callPackage
, libsForQt5
, python311Packages
}:
let
mkGui = args: callPackage (import ./gui.nix (args)) {
inherit (libsForQt5) wrapQtAppsHook;
python3Packages = python311Packages;
};
mkServer = args: callPackage (import ./server.nix (args)) { };
@@ -14,14 +12,14 @@ in
{
guiStable = mkGui {
channel = "stable";
version = "2.2.49";
hash = "sha256-hvLJ4VilcgtpxHeboeSUuGAco9LEnUB8J6vy/ZPajbU=";
version = "2.2.50";
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA=";
};
guiPreview = mkGui {
channel = "stable";
version = "2.2.49";
hash = "sha256-hvLJ4VilcgtpxHeboeSUuGAco9LEnUB8J6vy/ZPajbU=";
version = "2.2.50";
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA=";
};
serverStable = mkServer {