Unverified Commit 945142e4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267643 from gaelreyrol/sozu-update-0.15.15

sozu: 0.15.13 -> 0.15.15
parents b0748382 78690bc7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "sozu";
  version = "0.15.13";
  version = "0.15.15";

  src = fetchFromGitHub {
    owner = "sozu-proxy";
    repo = pname;
    rev = version;
    hash = "sha256-egxeKwIgjpzF19ZunK9o2F/pjHWP8wva4KhGreXvR1w=";
    hash = "sha256-zxGP2SWrq8beb+mJpgB39T7B1HpE76YP6se01vMewuw=";
  };

  cargoHash = "sha256-q61HLKsF6h9/JPmggXHrCHXiFLYnWHtKayC/O0BAtA8=";
  cargoHash = "sha256-KqCDOWCMRYpBMsESTdhMEgTu6qAxcg4RHe252JBggqs=";

  nativeBuildInputs = [ protobuf ];