We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b3545d + 95d28b0 commit 2384a82Copy full SHA for 2384a82
pkgs/by-name/ea/easytier/package.nix
@@ -10,18 +10,18 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "easytier";
13
- version = "2.2.4";
+ version = "2.3.0";
14
15
src = fetchFromGitHub {
16
owner = "EasyTier";
17
repo = "EasyTier";
18
tag = "v${version}";
19
- hash = "sha256-YrWuNHpNDs1VVz6Sahi2ViPT4kcJf10UUMRWEs4Y0xc=";
+ hash = "sha256-F///8C7lyJZj5+u80nauDdrPFrEE40s0DeNzQeblImw=";
20
};
21
22
useFetchCargoVendor = true;
23
24
- cargoHash = "sha256-uUmF4uIhSx+byG+c4hlUuuy+O87Saw8wRJ5OGk3zaPA=";
+ cargoHash = "sha256-f64tOU8AKC14tqX9Q3MLa7/pmIuI4FeFGOct8ZTAe+k=";
25
26
nativeBuildInputs = [
27
protobuf
0 commit comments