system76-firmware: 1.0.50 -> 1.0.69 (#382153)

This commit is contained in:
Shea Levy
2025-02-21 07:32:36 -05:00
committed by GitHub
2 changed files with 4 additions and 1559 deletions
File diff suppressed because it is too large Load Diff
@@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "system76-firmware";
# Check Makefile when updating, make sure postInstall matches make install
version = "1.0.50";
version = "1.0.69";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = version;
sha256 = "sha256-nLbDhs+FxIcoVK66bwUAxAubikic5NT8yOA/mH/irgQ=";
sha256 = "sha256-+0I4XZ9qpDIz3Yv83//JnPDfw6zHcT6UrZEeqUhc7TI=";
};
nativeBuildInputs = [
@@ -34,12 +34,8 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--workspace" ];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"ecflash-0.1.0" = "sha256-W613wbW54R65/rs6oiPAH/qov2OVEjMMszpUJdX4TxI=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-j3Gw46nK3fe6CKboyi9FFHnc8IytVJP9wnJ2iwEblP8=";
# Purposefully don't install systemd unit file, that's for NixOS
postInstall = ''