Skip to content

Commit

Permalink
easytier: 2.0.3 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 21, 2024
1 parent 6045109 commit 516bce6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/ea/easytier/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@

rustPlatform.buildRustPackage rec {
pname = "easytier";
version = "2.0.3";
version = "2.1.0";

src = fetchFromGitHub {
owner = "EasyTier";
repo = "EasyTier";
rev = "refs/tags/v${version}";
hash = "sha256-0bS2VzddRZcFGmHugR0yXHjHqz06tpL4+IhQ6ReaU4Y=";
tag = "v${version}";
hash = "sha256-kPKCsKsTNT0vuESquILQJxBltP5MJ6/wKrPGx2g1Z78=";
};

cargoHash = "sha256-AkEgEymgq2asxT4oR+NtGe8bUEPRUskVvwIJYrCD7xs=";
useFetchCargoVendor = true;

cargoHash = "sha256-/avdvHl7rfATGxHS5F1drK/J4pT+srX0+qRzA3cniAk=";

nativeBuildInputs = [ protobuf ];

Expand Down

0 comments on commit 516bce6

Please sign in to comment.