Skip to content

Commit 8c2c517

Browse files
committed
Revert "mcumgr-client.updateScript: drop"
This reverts commit eecd125. The update script should work now, because upstream includes a lockfile.
1 parent dd557e7 commit 8c2c517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/mc/mcumgr-client/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
rustPlatform,
44
fetchFromGitHub,
5+
nix-update-script,
56
pkg-config,
67
udev,
78
stdenv,
@@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec {
2122

2223
cargoHash = "sha256-9jlthe7YQJogcjGv+TOk+O2YW3Xrq6h9tTjXdKHG99k=";
2324

25+
passthru.updateScript = nix-update-script { };
26+
2427
nativeBuildInputs = [ pkg-config ];
2528

2629
buildInputs =

0 commit comments

Comments
 (0)