Anthony Roussel 2023-11-06 21:50:10 +01:00
parent 023b99e916
commit 6b1d5cdde1
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
2 changed files with 6 additions and 5 deletions

View File

@ -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=";
};
}

View File

@ -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) ''