gns3-server: 2.2.55 -> 2.2.56 (#483296)

This commit is contained in:
Anthony
2026-01-24 17:05:49 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "gns3-server";
version = "2.2.55";
version = "2.2.56";
pyproject = true;
src = fetchFromGitHub {
owner = "GNS3";
repo = "gns3-server";
tag = "v${version}";
hash = "sha256-o04RrHYsa5sWYUBDLJ5xgcK4iJK8CfZ4YdAiZ4eV/o4=";
hash = "sha256-akA6P/ONPioce4pJbg4wAzSvb7aSYGM8NfCs7q9svic=";
};
# GNS3 2.3.26 requires a static BusyBox for the Docker integration