This removes the manual specification of cargoSha256, and replaces it by specifying cargoLock.lockFile instead. This removes the need to manually update cargoSha256; Cargo.lock can be updated without fear of the Nix build breaking.
(This also fixes the Nix build breaking after the last update of Cargo.lock.)
This removes the manual specification of
cargoSha256
, and replaces it by specifyingcargoLock.lockFile
instead. This removes the need to manually updatecargoSha256
; Cargo.lock can be updated without fear of the Nix build breaking.(This also fixes the Nix build breaking after the last update of Cargo.lock.)