Merge pull request #317979 from r-vdp/mycelium-0-5-3
mycelium: 0.5.2 -> 0.5.3
This commit is contained in:
1334
pkgs/by-name/my/mycelium/Cargo.lock
generated
1334
pkgs/by-name/my/mycelium/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -8,19 +8,21 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mycelium";
|
pname = "mycelium";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
|
|
||||||
|
sourceRoot = "source/myceliumd";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "threefoldtech";
|
owner = "threefoldtech";
|
||||||
repo = "mycelium";
|
repo = "mycelium";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Mz4YYpnuSGUwQANiXzsJNAYMugXL229E30wnZCu2lSM=";
|
hash = "sha256-nyHHuwOHaIh8WCxaQb7QoTReV09ydhHLYwEVHQg2Hek=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
"tun-0.6.1" = "sha256-DelNPCOWvVSMS2BNGA2Gw/Mn9c7RdFNR21/jo1xf+xk=";
|
"tun-0.6.1" = "sha256-tJx/qRwPcZOAfxyjZUHKLKsLu+loltVUOCP8IzWMryM=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user