lol

easytier: 2.4.1 -> 2.4.2 (#436097)

authored by

Peder Bergebakken Sundt and committed by
GitHub
b2bafd2f 9c79364c

+11 -3
+11 -3
pkgs/by-name/ea/easytier/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "easytier"; 14 - version = "2.4.1"; 15 16 src = fetchFromGitHub { 17 owner = "EasyTier"; 18 repo = "EasyTier"; 19 tag = "v${version}"; 20 - hash = "sha256-H7mFBARxElegXeUsp+wTHy8X19Lk5FUL3GuU88+8UVs="; 21 }; 22 23 - cargoHash = "sha256-BNEc4R3Jzqx4ncMmmeZygM8peHqHGZ/HMy4eJyuvxv0="; 24 25 nativeBuildInputs = [ 26 protobuf
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "easytier"; 14 + version = "2.4.2"; 15 16 src = fetchFromGitHub { 17 owner = "EasyTier"; 18 repo = "EasyTier"; 19 tag = "v${version}"; 20 + hash = "sha256-N/WOkCaAEtPXJWdZ2452KTQmfFu+tZcH267p3azyntQ="; 21 }; 22 23 + # remove if rust 1.89 merged 24 + postPatch = '' 25 + substituteInPlace easytier/Cargo.toml \ 26 + --replace-fail 'rust-version = "1.89.0"' "" 27 + substituteInPlace easytier-rpc-build/Cargo.toml \ 28 + --replace-fail 'rust-version = "1.89.0"' "" 29 + ''; 30 + 31 + cargoHash = "sha256-Z4Q8ZPXPpA5OHkP2j389a6/Cdn9VmULf8sr1vPTelnw="; 32 33 nativeBuildInputs = [ 34 protobuf