Merge pull request #277445 from r-ryantm/auto-update/onetun

onetun: 0.3.6 -> 0.3.7
This commit is contained in:
Nick Cao 2023-12-28 21:26:48 -05:00 committed by GitHub
commit 936ba03594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "onetun";
version = "0.3.6";
version = "0.3.7";
src = fetchFromGitHub {
owner = "aramperes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NH3K/EGFtBcTAxGntneV86zd8eWSV4fFxvr76xtE/mw=";
sha256 = "sha256-GVIRCMeuuhUA8lqQ1oI/Xcuf90QIlwhqYeU+HhbGWXQ=";
};
cargoHash = "sha256-ZpgcFzQLiOWyhjSI+WcLa0UFUw8zQWfqJkrVVpIexgM=";
cargoHash = "sha256-TRfr4riMzR/MbsV2RiQNlPoPLhHK5EScNBCeyyamfgE=";
buildInputs = lib.optionals stdenv.isDarwin [
Security