1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sozu: 0.15.3 -> 0.15.4

This commit is contained in:
Gaël Reyrol 2023-09-15 14:15:51 +02:00
parent bbf85a3fc3
commit af420b010a
No known key found for this signature in database
GPG key ID: DFB9B69A2C427F61

View file

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