Merge pull request #138903 from r-ryantm/auto-update/system76-firmware

This commit is contained in:
Artturi 2021-10-05 15:30:29 +03:00 committed by GitHub
commit f82973a808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "system76-firmware"; pname = "system76-firmware";
# Check Makefile when updating, make sure postInstall matches make install # Check Makefile when updating, make sure postInstall matches make install
version = "1.0.29"; version = "1.0.31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-4wvVls6Z42GtC/MVFTvCv1UV/w5nt4p9oTMU4Bqh4JU="; sha256 = "sha256-agtaQ5Te4WcbIdCt8TDK4Y2y/9aHrDCUWuPRE5+aFjc=";
}; };
nativeBuildInputs = [ pkg-config makeWrapper ]; nativeBuildInputs = [ pkg-config makeWrapper ];
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--workspace" ]; cargoBuildFlags = [ "--workspace" ];
cargoSha256 = "sha256-x2FO4UWtsvUeKgPxaqjdxtp9vWJq9vLIqQPyGF8nQG4="; cargoSha256 = "sha256-QFHyrvLR1v09RNlXiO/E+blvxPukKwPRRX+vQvlZSNQ=";
# Purposefully don't install systemd unit file, that's for NixOS # Purposefully don't install systemd unit file, that's for NixOS
postInstall = '' postInstall = ''