Skip to content

Commit ae891b2

Browse files
authored
easytier: 2.0.0 -> 2.0.3 (#348268)
2 parents 564451a + 79ad10e commit ae891b2

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,16 +11,16 @@
1111

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

1616
src = fetchFromGitHub {
1717
owner = "EasyTier";
1818
repo = "EasyTier";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-Qej6g9oxY6Wvv7jbyK9TN7QE7sfrdref7XPj10mSKUg=";
20+
hash = "sha256-0bS2VzddRZcFGmHugR0yXHjHqz06tpL4+IhQ6ReaU4Y=";
2121
};
2222

23-
cargoHash = "sha256-UegTL9ZdqLQYtcg8sJSGkie3ezt9OFMX0iVm/B1D91I=";
23+
cargoHash = "sha256-AkEgEymgq2asxT4oR+NtGe8bUEPRUskVvwIJYrCD7xs=";
2424

2525
nativeBuildInputs = [ protobuf ];
2626

0 commit comments

Comments
 (0)