mycelium: 0.5.3 -> 0.5.4

https://github.com/threefoldtech/mycelium/releases/tag/v0.5.4
This commit is contained in:
r-vdp 2024-08-20 18:59:08 +02:00
parent ac5507c9cb
commit 50d200e911
No known key found for this signature in database
2 changed files with 509 additions and 179 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
rustPlatform.buildRustPackage rec {
pname = "mycelium";
version = "0.5.3";
version = "0.5.4";
sourceRoot = "${src.name}/myceliumd";
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
owner = "threefoldtech";
repo = "mycelium";
rev = "v${version}";
hash = "sha256-nyHHuwOHaIh8WCxaQb7QoTReV09ydhHLYwEVHQg2Hek=";
hash = "sha256-sWpy6Q7Lh0AOzWKMsb/NQ6oFcxOKXB/To9+PFmcjSks=";
};
cargoLock = {