Skip to content

Commit

Permalink
easytier: 2.1.1 -> 2.1.2 (NixOS#376259)
Browse files Browse the repository at this point in the history
Co-authored-by: L-Trump <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and L-Trump authored Jan 24, 2025
2 parents f35451f + 0fd6fe1 commit 250bc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ea/easytier/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

rustPlatform.buildRustPackage rec {
pname = "easytier";
version = "2.1.1";
version = "2.1.2";

src = fetchFromGitHub {
owner = "EasyTier";
repo = "EasyTier";
tag = "v${version}";
hash = "sha256-qWICiY2g/wXT0Bt7lrCg7GgL1futOhelViB59UCLPro=";
hash = "sha256-iY4HluL5TlYuKDBrz0fvLwJg/aX9lKiCyFs4V5WhQZs=";
};

useFetchCargoVendor = true;

cargoHash = "sha256-SpGW/RAbQUFdxqEKRPrTp5MXng7BLiSnofoJG8NsjsU=";
cargoHash = "sha256-KV7CdSEbmR7HIfKsS1sKsPqMz9Ku/rfbV8WmFkMC9oI=";

nativeBuildInputs = [ protobuf ];

Expand Down

0 comments on commit 250bc42

Please sign in to comment.