Revert "mcumgr-client.updateScript: drop"
This reverts commit eecd125eea
.
The update script should work now, because upstream includes a
lockfile.
This commit is contained in:
parent
dd557e7c0a
commit
8c2c5176de
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
pkg-config,
|
||||
udev,
|
||||
stdenv,
|
||||
@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-9jlthe7YQJogcjGv+TOk+O2YW3Xrq6h9tTjXdKHG99k=";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user