sozu: 0.15.3 -> 0.15.4
This commit is contained in:
parent
bbf85a3fc3
commit
af420b010a
1 changed files with 4 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "sozu";
|
||||
version = "0.15.3";
|
||||
version = "0.15.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sozu-proxy";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-hZQ5pRzQy+BMGnxCl0Mw3hqCHZJcZ30vhqt6gWyLXWU=";
|
||||
hash = "sha256-kyD4MXk6MajAJb0k7jDquPFodq7NLPsaZbGHcZMojC4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-KFOsKyZZOWvkkTuLqVeLmHlk6HscEJi0sI2hJS6UnOU=";
|
||||
cargoHash = "sha256-qfuTkf31b5rHdYbTraFDw1FtZ0jGdQaM2V3idVHk/u4=";
|
||||
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
|
||||
|
@ -45,6 +45,7 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ Br1ght0ne gaelreyrol ];
|
||||
mainProgram = "sozu";
|
||||
# error[E0432]: unresolved import `std::arch::x86_64`
|
||||
broken = !stdenv.isx86_64;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue