Merge pull request #244017 from gaelreyrol/sozu-update-0.15.2

sozu: 0.15.1 -> 0.15.2
This commit is contained in:
Nick Cao 2023-07-17 19:08:23 -06:00 committed by GitHub
commit b084b9fe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "sozu";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "sozu-proxy";
repo = pname;
rev = version;
hash = "sha256-/0scNFOWDbL5SaXOC+/DGFE5OgJx1WkdruM+yFV6n1M=";
hash = "sha256-6CuBJUMymnqNx/675PeBuZNhYYh9HtU99J1LYO2+Rxc=";
};
cargoHash = "sha256-SVfAo7jsYIhgYHP4pity62TU1aGoH6E8UysJ/Gw+rDk=";
cargoHash = "sha256-c/TC8Mn9UFIymkXxD02iB6E3kKyeuKDgvlgapiV0Nco=";
nativeBuildInputs = [ protobuf ];