Skip to content

Commit 2384a82

Browse files
easytier: 2.2.4 -> 2.3.0 (#411373)
Co-authored-by: L-Trump <[email protected]>
2 parents 9b3545d + 95d28b0 commit 2384a82

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
@@ -10,18 +10,18 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "easytier";
13-
version = "2.2.4";
13+
version = "2.3.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "EasyTier";
1717
repo = "EasyTier";
1818
tag = "v${version}";
19-
hash = "sha256-YrWuNHpNDs1VVz6Sahi2ViPT4kcJf10UUMRWEs4Y0xc=";
19+
hash = "sha256-F///8C7lyJZj5+u80nauDdrPFrEE40s0DeNzQeblImw=";
2020
};
2121

2222
useFetchCargoVendor = true;
2323

24-
cargoHash = "sha256-uUmF4uIhSx+byG+c4hlUuuy+O87Saw8wRJ5OGk3zaPA=";
24+
cargoHash = "sha256-f64tOU8AKC14tqX9Q3MLa7/pmIuI4FeFGOct8ZTAe+k=";
2525

2626
nativeBuildInputs = [
2727
protobuf

0 commit comments

Comments
 (0)