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 07fd500 + b5b5aba commit 93097abCopy full SHA for 93097ab
pkgs/by-name/ea/easytier/package.nix
@@ -11,18 +11,18 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "easytier";
14
- version = "2.1.0";
+ version = "2.1.1";
15
16
src = fetchFromGitHub {
17
owner = "EasyTier";
18
repo = "EasyTier";
19
tag = "v${version}";
20
- hash = "sha256-kPKCsKsTNT0vuESquILQJxBltP5MJ6/wKrPGx2g1Z78=";
+ hash = "sha256-qWICiY2g/wXT0Bt7lrCg7GgL1futOhelViB59UCLPro=";
21
};
22
23
useFetchCargoVendor = true;
24
25
- cargoHash = "sha256-/avdvHl7rfATGxHS5F1drK/J4pT+srX0+qRzA3cniAk=";
+ cargoHash = "sha256-SpGW/RAbQUFdxqEKRPrTp5MXng7BLiSnofoJG8NsjsU=";
26
27
nativeBuildInputs = [ protobuf ];
28
0 commit comments