Loading pkgs/applications/networking/gns3/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ in { serverStable = mkServer { channel = "stable"; version = "2.2.47"; hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0="; version = "2.2.49"; hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So="; }; serverPreview = mkServer { channel = "stable"; version = "2.2.47"; hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0="; version = "2.2.49"; hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So="; }; } pkgs/applications/networking/gns3/server.nix +4 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,9 @@ python3Packages.buildPythonApplication { cp ${pkgsStatic.busybox}/bin/busybox gns3server/compute/docker/resources/bin/busybox ''; propagatedBuildInputs = with python3Packages; [ build-system = with python3Packages; [ setuptools ]; dependencies = with python3Packages; [ aiofiles aiohttp aiohttp-cors Loading @@ -44,7 +46,6 @@ python3Packages.buildPythonApplication { psutil py-cpuinfo sentry-sdk setuptools truststore yarl ] ++ lib.optionals (pythonOlder "3.9") [ Loading @@ -69,7 +70,7 @@ python3Packages.buildPythonApplication { checkInputs = with python3Packages; [ pytest-aiohttp pytest-rerunfailures (pytestCheckHook.override { pytest = pytest_7; }) pytestCheckHook ]; pytestFlagsArray = [ Loading Loading
pkgs/applications/networking/gns3/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ in { serverStable = mkServer { channel = "stable"; version = "2.2.47"; hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0="; version = "2.2.49"; hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So="; }; serverPreview = mkServer { channel = "stable"; version = "2.2.47"; hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0="; version = "2.2.49"; hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So="; }; }
pkgs/applications/networking/gns3/server.nix +4 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,9 @@ python3Packages.buildPythonApplication { cp ${pkgsStatic.busybox}/bin/busybox gns3server/compute/docker/resources/bin/busybox ''; propagatedBuildInputs = with python3Packages; [ build-system = with python3Packages; [ setuptools ]; dependencies = with python3Packages; [ aiofiles aiohttp aiohttp-cors Loading @@ -44,7 +46,6 @@ python3Packages.buildPythonApplication { psutil py-cpuinfo sentry-sdk setuptools truststore yarl ] ++ lib.optionals (pythonOlder "3.9") [ Loading @@ -69,7 +70,7 @@ python3Packages.buildPythonApplication { checkInputs = with python3Packages; [ pytest-aiohttp pytest-rerunfailures (pytestCheckHook.override { pytest = pytest_7; }) pytestCheckHook ]; pytestFlagsArray = [ Loading