vopono: 0.8.7 -> 0.8.8
This commit is contained in:
parent
296081d9fa
commit
eaa29997d2
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "vopono";
|
pname = "vopono";
|
||||||
version = "0.8.7";
|
version = "0.8.8";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0kpkvnw12cvcswsx2p8xicyn57i5fd7p5d7n1dqq9x18q6am181p";
|
sha256 = "sha256-7VTx52V70i4N7ZmprX9cLrYu7xCSmb+m+Yaphs94c4w";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256:1y07iazb7rwgs0viwn81qmwbcnxza9n89w2jh0r4fq98rr337081";
|
cargoHash = "sha256-is9O0fQacE+j9gyZDIWgo3AXMs4ZGUVE5EKUO4ntjq8";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Run applications through VPN connections in network namespaces";
|
description = "Run applications through VPN connections in network namespaces";
|
||||||
|
|
Loading…
Reference in a new issue