easytier: 2.2.2 -> 2.2.4 (#393638)

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

authored by nixpkgs-merge-bot[bot] L-Trump and committed by GitHub 67a1caa9 374067f3

+3 -3
+3 -3
pkgs/by-name/ea/easytier/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "easytier"; 14 - version = "2.2.2"; 15 16 src = fetchFromGitHub { 17 owner = "EasyTier"; 18 repo = "EasyTier"; 19 tag = "v${version}"; 20 - hash = "sha256-Heb2ax2yUuGmqzIjrqjHUL3QZoofp7ATrIEN27ZA/Zs="; 21 }; 22 23 useFetchCargoVendor = true; 24 25 - cargoHash = "sha256-U2ZK9GlfTjXsA7Fjd288YDlqSZNl3vHryLG1FE/GH5c="; 26 27 nativeBuildInputs = [ 28 protobuf
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "easytier"; 14 + version = "2.2.4"; 15 16 src = fetchFromGitHub { 17 owner = "EasyTier"; 18 repo = "EasyTier"; 19 tag = "v${version}"; 20 + hash = "sha256-YrWuNHpNDs1VVz6Sahi2ViPT4kcJf10UUMRWEs4Y0xc="; 21 }; 22 23 useFetchCargoVendor = true; 24 25 + cargoHash = "sha256-uUmF4uIhSx+byG+c4hlUuuy+O87Saw8wRJ5OGk3zaPA="; 26 27 nativeBuildInputs = [ 28 protobuf