Merge pull request #187788 from romildo/upd.vopono

vopono: 0.10.1 -> 0.10.3
This commit is contained in:
Christian Kögler 2022-08-31 21:58:56 +02:00 committed by GitHub
commit df05f7eeeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "vopono";
version = "0.10.1";
version = "0.10.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-JwtiqY56Cn2oY5lRz/oxmQe2rw4spFvCOp1zKKuVsys=";
sha256 = "sha256-hbijcLX4CwnQVyM7XZneZH1pFEmZceN0ougltldyWnc=";
};
cargoHash = "sha256-NvdgyFlZ2udoWikJI7kzY14rfQi0KxpI2/P0+O5dqVA=";
cargoHash = "sha256-FSgI6ZFRxl9uE1yA4LkdHcI2fymvMqkibxgTNTlJq5g=";
meta = with lib; {
description = "Run applications through VPN connections in network namespaces";