Merge pull request #193102 from r-ryantm/auto-update/onetun
onetun: 0.3.3 -> 0.3.4
This commit is contained in:
commit
e42908eeaf
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "onetun";
|
pname = "onetun";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aramperes";
|
owner = "aramperes";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
sha256 = "sha256-TYDSAJxWwNF/e42KR9656vrWfIanFMaJKvof0gcZ80U=";
|
sha256 = "sha256-gVw1aVbYjDPYTtMYIXq3k+LN0gUBAbQm275sxzwoYw8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-aki3jL+0ETPa/0eMyxuBKdF3K1wM86BZx8FrOkaUAFQ=";
|
cargoSha256 = "sha256-/sOjd0JKk3MNNXYpTEXteFYtqDWYfyVItZrkX4uzjtc=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
|
description = "A cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
|
||||||
|
|
Loading…
Reference in a new issue