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
commit 93097ab6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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