easytier: 2.3.2 -> 2.4.0 (#430071)

Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] L-Trump and committed by GitHub c3003a57 59dd2e52

+3 -3
+3 -3
pkgs/by-name/ea/easytier/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "easytier"; 14 - version = "2.3.2"; 14 + version = "2.4.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "EasyTier"; 18 18 repo = "EasyTier"; 19 19 tag = "v${version}"; 20 - hash = "sha256-PacIaE1oxnMAh3aS6k4ciuE/85G+JIbFDcge64fyjiE="; 20 + hash = "sha256-GNHF15FJDLZKYrNuvaTQfsPGS6BabEhk5BZm7OzFbvU="; 21 21 }; 22 22 23 - cargoHash = "sha256-Q2qxCINePGCbvlLMxg9oVFtBoJtbG+pgpRdoLkvZb+w="; 23 + cargoHash = "sha256-rwwrCiTiLn1DM3LaTNKzQi0tUWGzAYMXku9LHjq2K7g="; 24 24 25 25 nativeBuildInputs = [ 26 26 protobuf