From 0dacc47bfc0b3b713fec925d5bb52e63adfc91dc Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Wed, 23 Oct 2024 21:53:04 +0200 Subject: [PATCH] gns3-gui: 2.2.49 -> 2.2.50 https://github.com/GNS3/gns3-gui/compare/v2.2.49...v2.2.50 --- pkgs/applications/networking/gns3/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/networking/gns3/default.nix b/pkgs/applications/networking/gns3/default.nix index c34309258fc9..238b629d4236 100644 --- a/pkgs/applications/networking/gns3/default.nix +++ b/pkgs/applications/networking/gns3/default.nix @@ -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 {