summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2024-06-27 00:54:55 +0200
committerGitHub <noreply@github.com>2024-06-27 00:54:55 +0200
commitb5c9f563f3a4fa107feb47079a8534b60dcfad9c (patch)
tree8b09b7c43c1750e26e3088cbb1943fe4d3ab4d9f /pkgs
parentc4e5920816247622ecae0a42ef280874be41b634 (diff)
wgautomesh: 0.1.0 -> unstable-20240524 (#321524)
Fixes build with musl 1.2.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/wgautomesh/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/networking/wgautomesh/default.nix b/pkgs/tools/networking/wgautomesh/default.nix
index cd686a9bd592..ed4f2b7d3cd9 100644
--- a/pkgs/tools/networking/wgautomesh/default.nix
+++ b/pkgs/tools/networking/wgautomesh/default.nix
@@ -4,17 +4,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "wgautomesh";
- version = "0.1.0";
+ version = "unstable-20240524";
src = fetchFromGitea {
domain = "git.deuxfleurs.fr";
owner = "Deuxfleurs";
repo = "wgautomesh";
- rev = "v${version}";
- sha256 = "FiFEpYLSJg52EtBXaZ685ICbaIyY9URrDt0bS0HPi0Q=";
+ rev = "59d315b853d4251dfdfd8229152bc151655da438";
+ hash = "sha256-1xphnyuRMZEeq907nyhAW7iERYJLS1kxH0wRBsfYL40=";
};
- cargoHash = "sha256-DGDVjQ4fr4/F1RE0qVc5CWcXrrCEswCF7rQQwlKzMPA=";
+ cargoHash = "sha256-HZ1VImsfxRd0sFN/vKAKgwIV2eio2GiEz+6c1+dCmdk=";
meta = with lib; {
description = "Simple utility to help connect wireguard nodes together in a full mesh topology";