wgautomesh: 0.1.0 -> unstable-20240524 (#321524)
Fixes build with musl 1.2.5
This commit is contained in:
parent
c4e5920816
commit
b5c9f563f3
@ -4,17 +4,17 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wgautomesh";
|
pname = "wgautomesh";
|
||||||
version = "0.1.0";
|
version = "unstable-20240524";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "git.deuxfleurs.fr";
|
domain = "git.deuxfleurs.fr";
|
||||||
owner = "Deuxfleurs";
|
owner = "Deuxfleurs";
|
||||||
repo = "wgautomesh";
|
repo = "wgautomesh";
|
||||||
rev = "v${version}";
|
rev = "59d315b853d4251dfdfd8229152bc151655da438";
|
||||||
sha256 = "FiFEpYLSJg52EtBXaZ685ICbaIyY9URrDt0bS0HPi0Q=";
|
hash = "sha256-1xphnyuRMZEeq907nyhAW7iERYJLS1kxH0wRBsfYL40=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-DGDVjQ4fr4/F1RE0qVc5CWcXrrCEswCF7rQQwlKzMPA=";
|
cargoHash = "sha256-HZ1VImsfxRd0sFN/vKAKgwIV2eio2GiEz+6c1+dCmdk=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple utility to help connect wireguard nodes together in a full mesh topology";
|
description = "Simple utility to help connect wireguard nodes together in a full mesh topology";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user