mycelium: 0.5.2 -> 0.5.3

https://github.com/threefoldtech/mycelium/releases/tag/v0.5.3
This commit is contained in:
r-vdp
2024-06-07 12:08:58 +02:00
parent 489742ff2e
commit 8eb7a98bbb
2 changed files with 787 additions and 555 deletions
+782 -552
View File
File diff suppressed because it is too large Load Diff
+5 -3
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=";
};
};