Merge pull request #134478 from r-ryantm/auto-update/tunnelto

tunnelto: 0.1.12 -> 0.1.18
This commit is contained in:
figsoda 2021-09-16 09:16:17 -04:00 committed by GitHub
commit 4474ecaa3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "tunnelto";
version = "0.1.12";
version = "0.1.18";
src = fetchFromGitHub {
owner = "agrinman";
repo = pname;
rev = version;
sha256 = "1vvb619cq3n88y2s8lncwcyrhb5s4gpjfiyia91pilcpnfdb04y2";
sha256 = "sha256-dCHl5EXjUagOKeHxqb3GlAoSDw0u3tQ4GKEtbFF8OSs=";
};
cargoSha256 = "1pjd62yz7pavcinc96g2x0f5giadl9aqvz1i5vhfanh6mj6mrbl1";
cargoSha256 = "sha256-6HU1w69cJj+tE1IUUNoxh0cHEwlRKF5qWx7FiOHeUNk=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
buildInputs = [ ]