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 564451a + 79ad10e commit ae891b2Copy full SHA for ae891b2
pkgs/by-name/ea/easytier/package.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "easytier";
14
- version = "2.0.0";
+ version = "2.0.3";
15
16
src = fetchFromGitHub {
17
owner = "EasyTier";
18
repo = "EasyTier";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-Qej6g9oxY6Wvv7jbyK9TN7QE7sfrdref7XPj10mSKUg=";
+ hash = "sha256-0bS2VzddRZcFGmHugR0yXHjHqz06tpL4+IhQ6ReaU4Y=";
21
};
22
23
- cargoHash = "sha256-UegTL9ZdqLQYtcg8sJSGkie3ezt9OFMX0iVm/B1D91I=";
+ cargoHash = "sha256-AkEgEymgq2asxT4oR+NtGe8bUEPRUskVvwIJYrCD7xs=";
24
25
nativeBuildInputs = [ protobuf ];
26
0 commit comments