Unverified Commit ea913462 authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #182716 from romildo/upd.vopono

vopono: 0.10.0 -> 0.10.1
parents 18692f77 01b08885
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

rustPlatform.buildRustPackage rec {
  pname = "vopono";
  version = "0.10.0";
  version = "0.10.1";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-89Mzn2knClBJwVlCglR5BOOo5dXRP1Gqp/mmwHvwM3c=";
    sha256 = "sha256-JwtiqY56Cn2oY5lRz/oxmQe2rw4spFvCOp1zKKuVsys=";
  };

  cargoHash = "sha256-8m/zlmeYcYCxycP9W6eweRJ2Vf/8+GSYf+NNz3NtnIw=";
  cargoHash = "sha256-NvdgyFlZ2udoWikJI7kzY14rfQi0KxpI2/P0+O5dqVA=";

  meta = with lib; {
    description = "Run applications through VPN connections in network namespaces";