Merge pull request #177416 from romildo/upd.vopono

vopono: 0.8.10 -> 0.9.1
This commit is contained in:
Mario Rodas 2022-06-12 17:09:53 -05:00 committed by GitHub
commit 79b259e287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "vopono"; pname = "vopono";
version = "0.8.10"; version = "0.9.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-+ZRvuUA7BvM8YW1QZQ7iJrLvleitl1hqEOrTkrLVSes"; sha256 = "sha256-6fK4A7/Ezi6MZxDec565g2LnDkTyGgQhiqzZznwG3s8=";
}; };
cargoHash = "sha256-zM5JufS0qEYPEEwl6iPZYge3cssrsLu835AhAd8F3vc"; cargoHash = "sha256-lNBmX8UyGPQARjxYF9ECzVfgDtqXdHyB4GvjCgXoiLo=";
meta = with lib; { meta = with lib; {
description = "Run applications through VPN connections in network namespaces"; description = "Run applications through VPN connections in network namespaces";