Merge pull request #317979 from r-vdp/mycelium-0-5-3

mycelium: 0.5.2 -> 0.5.3
This commit is contained in:
Florian Klink
2024-06-07 19:37:41 +03:00
committed by GitHub
2 changed files with 787 additions and 555 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,19 +8,21 @@
rustPlatform.buildRustPackage rec {
pname = "mycelium";
version = "0.5.2";
version = "0.5.3";
sourceRoot = "source/myceliumd";
src = fetchFromGitHub {
owner = "threefoldtech";
repo = "mycelium";
rev = "v${version}";
hash = "sha256-Mz4YYpnuSGUwQANiXzsJNAYMugXL229E30wnZCu2lSM=";
hash = "sha256-nyHHuwOHaIh8WCxaQb7QoTReV09ydhHLYwEVHQg2Hek=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tun-0.6.1" = "sha256-DelNPCOWvVSMS2BNGA2Gw/Mn9c7RdFNR21/jo1xf+xk=";
"tun-0.6.1" = "sha256-tJx/qRwPcZOAfxyjZUHKLKsLu+loltVUOCP8IzWMryM=";
};
};