Skip to content

Commit

Permalink
Merge branch 'auto-update/system76-firmware' of https://github.com/r-…
Browse files Browse the repository at this point in the history
…ryantm/nixpkgs into master
  • Loading branch information
shlevy committed Mar 10, 2021
2 parents 352405c + 1bca0d7 commit 396b706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/firmware/system76-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "system76-firmware";
# Check Makefile when updating, make sure postInstall matches make install
version = "1.0.20";
version = "1.0.24";

src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = version;
sha256 = "0yjv3a8r01ks91gc33rdwqmw52cqqwhq9f3rvw2xv3h8cqa5hfz0";
sha256 = "sha256-Poe18HKEQusvN3WF4ZAV1WCvU8/3HKpHEqDsfDO62V0=";
};

nativeBuildInputs = [ pkg-config makeWrapper ];
Expand All @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {

cargoBuildFlags = [ "--workspace" ];

cargoSha256 = "1ivn3i6kpnswiipqw5s67p6gsz3y6an0ahf6vwz7dlw2xaha0xbx";
cargoSha256 = "sha256-sKC0jfpy7mxGwO+mKU3W5e9HsJx+HQNzqq78YViNJcs=";

# Purposefully don't install systemd unit file, that's for NixOS
postInstall = ''
Expand Down

0 comments on commit 396b706

Please sign in to comment.