Skip to content

Commit

Permalink
Revert "mcumgr-client.updateScript: drop"
Browse files Browse the repository at this point in the history
This reverts commit eecd125.

The update script should work now, because upstream includes a
lockfile.
  • Loading branch information
alyssais committed Aug 9, 2024
1 parent dd557e7 commit 8c2c517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/mc/mcumgr-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
pkg-config,
udev,
stdenv,
Expand All @@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec {

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

passthru.updateScript = nix-update-script { };

nativeBuildInputs = [ pkg-config ];

buildInputs =
Expand Down

0 comments on commit 8c2c517

Please sign in to comment.