Skip to content

Commit 93097ab

Browse files
easytier: 2.1.0 -> 2.1.1 (NixOS#369513)
2 parents 07fd500 + b5b5aba commit 93097ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ea/easytier/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "easytier";
14-
version = "2.1.0";
14+
version = "2.1.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "EasyTier";
1818
repo = "EasyTier";
1919
tag = "v${version}";
20-
hash = "sha256-kPKCsKsTNT0vuESquILQJxBltP5MJ6/wKrPGx2g1Z78=";
20+
hash = "sha256-qWICiY2g/wXT0Bt7lrCg7GgL1futOhelViB59UCLPro=";
2121
};
2222

2323
useFetchCargoVendor = true;
2424

25-
cargoHash = "sha256-/avdvHl7rfATGxHS5F1drK/J4pT+srX0+qRzA3cniAk=";
25+
cargoHash = "sha256-SpGW/RAbQUFdxqEKRPrTp5MXng7BLiSnofoJG8NsjsU=";
2626

2727
nativeBuildInputs = [ protobuf ];
2828

0 commit comments

Comments
 (0)