Loading nixos/modules/services/networking/mycelium.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ in default = null; description = '' Optional path to a file containing the mycelium key material. If unset, the default location (`/var/lib/mycelium/key.bin`) will be used. If unset, the location `/var/lib/mycelium/key.bin` will be used. If no key exist at this location, it will be generated on startup. ''; }; Loading pkgs/by-name/my/mycelium/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec { pname = "mycelium"; version = "0.6.1"; version = "0.7.1"; sourceRoot = "${src.name}/myceliumd"; Loading @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec { owner = "threefoldtech"; repo = "mycelium"; rev = "v${version}"; hash = "sha256-DP6gCTuWraCwprY5C0JlTR1VrOwrOnUMSVxuPSVMjo0="; hash = "sha256-9/9vPUGIEGzbD8uMu3J8uQvNItc7UB4+X21riYjtDD8="; }; cargoHash = "sha256-5TyJNYBTULSu886D+vy8YRh50oFBubNZ9KkMu1/PvgU="; cargoHash = "sha256-F8zHaFDOfgTolW1tO4T8QpGaPoN3kehhqKgwv2KouRM="; nativeBuildInputs = [ versionCheckHook ]; Loading Loading
nixos/modules/services/networking/mycelium.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ in default = null; description = '' Optional path to a file containing the mycelium key material. If unset, the default location (`/var/lib/mycelium/key.bin`) will be used. If unset, the location `/var/lib/mycelium/key.bin` will be used. If no key exist at this location, it will be generated on startup. ''; }; Loading
pkgs/by-name/my/mycelium/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec { pname = "mycelium"; version = "0.6.1"; version = "0.7.1"; sourceRoot = "${src.name}/myceliumd"; Loading @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec { owner = "threefoldtech"; repo = "mycelium"; rev = "v${version}"; hash = "sha256-DP6gCTuWraCwprY5C0JlTR1VrOwrOnUMSVxuPSVMjo0="; hash = "sha256-9/9vPUGIEGzbD8uMu3J8uQvNItc7UB4+X21riYjtDD8="; }; cargoHash = "sha256-5TyJNYBTULSu886D+vy8YRh50oFBubNZ9KkMu1/PvgU="; cargoHash = "sha256-F8zHaFDOfgTolW1tO4T8QpGaPoN3kehhqKgwv2KouRM="; nativeBuildInputs = [ versionCheckHook ]; Loading