mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
easytier: 2.6.0 -> 2.6.4 (#524858)
This commit is contained in:
@@ -7,26 +7,28 @@
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
installShellFiles,
|
||||
mold,
|
||||
withQuic ? false, # with QUIC protocol support
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "easytier";
|
||||
version = "2.6.0";
|
||||
version = "2.6.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "EasyTier";
|
||||
repo = "EasyTier";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-dqBIqyh1hWuO9D6IkaUjHT4sdgqJU/Ntt6q0Yc7EjLk=";
|
||||
hash = "sha256-lwqpOVKFm85AiBb7NWLAkjSrWSe5pzF0AuEmmDo+v0k=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-fv4XDyTc3lH6zNT5S/mdwej44NVluSjL9z+yQkB0Y5c=";
|
||||
cargoHash = "sha256-c+rOjokrL0U63s1CMfy6KlGI7VoSmtxuQjBNDAagSdg=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
protobuf
|
||||
rustPlatform.bindgenHook
|
||||
installShellFiles
|
||||
mold
|
||||
];
|
||||
|
||||
buildNoDefaultFeatures = stdenv.hostPlatform.isMips;
|
||||
|
||||
Reference in New Issue
Block a user