mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 13:53:05 +00:00
gns3-server: 2.2.43 -> 2.2.441
https://github.com/GNS3/gns3-server/releases/v2.2.44 https://github.com/GNS3/gns3-server/releases/v2.2.44.1 https://github.com/GNS3/gns3-server/compare/v2.2.43...v2.2.44.1
This commit is contained in:
parent
023b99e916
commit
6b1d5cdde1
@ -24,13 +24,13 @@ in {
|
||||
|
||||
serverStable = mkServer {
|
||||
channel = "stable";
|
||||
version = "2.2.43";
|
||||
hash = "sha256-xWt2qzeqBtt86Wv3dYl4GXkfjr+7WAKn5HdDeUzOQd8=";
|
||||
version = "2.2.44.1";
|
||||
hash = "sha256-YtYXTEZj5009L8OU7jdhegYu5Xll3jZAW6NJFWOvxHQ=";
|
||||
};
|
||||
|
||||
serverPreview = mkServer {
|
||||
channel = "stable";
|
||||
version = "2.2.43";
|
||||
hash = "sha256-xWt2qzeqBtt86Wv3dYl4GXkfjr+7WAKn5HdDeUzOQd8=";
|
||||
version = "2.2.44.1";
|
||||
hash = "sha256-YtYXTEZj5009L8OU7jdhegYu5Xll3jZAW6NJFWOvxHQ=";
|
||||
};
|
||||
}
|
||||
|
@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication {
|
||||
aiohttp-cors
|
||||
async-generator
|
||||
distro
|
||||
importlib-resources
|
||||
jinja2
|
||||
jsonschema
|
||||
multidict
|
||||
@ -45,6 +44,8 @@ python3.pkgs.buildPythonApplication {
|
||||
truststore
|
||||
yarl
|
||||
zipstream
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
importlib-resources
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString (!stdenv.hostPlatform.isWindows) ''
|
||||
|
Loading…
Reference in New Issue
Block a user