static-web-server: 2.15.0 -> 2.16.0 (#228048)
Diff: https://github.com/static-web-server/static-web-server/compare/v2.15.0...v2.16.0 Changelog: https://github.com/static-web-server/static-web-server/blob/v2.16.0/CHANGELOG.md
This commit is contained in:
parent
acc386e521
commit
7f57b38cc8
2 changed files with 4 additions and 1633 deletions
1624
pkgs/servers/static-web-server/Cargo.lock
generated
1624
pkgs/servers/static-web-server/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,21 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "static-web-server";
|
pname = "static-web-server";
|
||||||
version = "2.15.0";
|
version = "2.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "static-web-server";
|
owner = "static-web-server";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-TzMXVwtvslM57ucHT5NHMjsLex2VjuvyqP9gMdQXfFs=";
|
sha256 = "sha256-ZHJGUgFCguUszcpzXwAK1XH3Ds4b87pyiohabvIwMX4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoHash = "sha256-7JOJknBJuX0anzd6Oqp3HEzYtEQfRkcHdjNBzW59P+E=";
|
||||||
lockFile = ./Cargo.lock;
|
|
||||||
outputHashes = {
|
|
||||||
"headers-0.3.8" = "sha256-zi9ytzjq5M1TtLJxibEnUdx42T+2v5uH9+3+3et6RXQ=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
|
@ -31,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An asynchronus web server for static files-serving";
|
description = "An asynchronus web server for static files-serving";
|
||||||
homepage = "https://sws.joseluisq.net";
|
homepage = "https://static-web-server.net/";
|
||||||
changelog = "https://github.com/static-web-server/static-web-server/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/static-web-server/static-web-server/blob/v${version}/CHANGELOG.md";
|
||||||
license = with licenses; [ mit /* or */ asl20 ];
|
license = with licenses; [ mit /* or */ asl20 ];
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
|
|
Loading…
Reference in a new issue