easytier: 2.1.0 -> 2.1.1 (#369513)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-31 05:41:43 +00:00
committed by GitHub

View File

@@ -11,18 +11,18 @@
rustPlatform.buildRustPackage rec {
pname = "easytier";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "EasyTier";
repo = "EasyTier";
tag = "v${version}";
hash = "sha256-kPKCsKsTNT0vuESquILQJxBltP5MJ6/wKrPGx2g1Z78=";
hash = "sha256-qWICiY2g/wXT0Bt7lrCg7GgL1futOhelViB59UCLPro=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/avdvHl7rfATGxHS5F1drK/J4pT+srX0+qRzA3cniAk=";
cargoHash = "sha256-SpGW/RAbQUFdxqEKRPrTp5MXng7BLiSnofoJG8NsjsU=";
nativeBuildInputs = [ protobuf ];