Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs into master

+3 -3
+3 -3
pkgs/os-specific/linux/firmware/system76-firmware/default.nix
··· 2 rustPlatform.buildRustPackage rec { 3 pname = "system76-firmware"; 4 # Check Makefile when updating, make sure postInstall matches make install 5 - version = "1.0.20"; 6 7 src = fetchFromGitHub { 8 owner = "pop-os"; 9 repo = pname; 10 rev = version; 11 - sha256 = "0yjv3a8r01ks91gc33rdwqmw52cqqwhq9f3rvw2xv3h8cqa5hfz0"; 12 }; 13 14 nativeBuildInputs = [ pkg-config makeWrapper ]; ··· 17 18 cargoBuildFlags = [ "--workspace" ]; 19 20 - cargoSha256 = "1ivn3i6kpnswiipqw5s67p6gsz3y6an0ahf6vwz7dlw2xaha0xbx"; 21 22 # Purposefully don't install systemd unit file, that's for NixOS 23 postInstall = ''
··· 2 rustPlatform.buildRustPackage rec { 3 pname = "system76-firmware"; 4 # Check Makefile when updating, make sure postInstall matches make install 5 + version = "1.0.24"; 6 7 src = fetchFromGitHub { 8 owner = "pop-os"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-Poe18HKEQusvN3WF4ZAV1WCvU8/3HKpHEqDsfDO62V0="; 12 }; 13 14 nativeBuildInputs = [ pkg-config makeWrapper ]; ··· 17 18 cargoBuildFlags = [ "--workspace" ]; 19 20 + cargoSha256 = "sha256-sKC0jfpy7mxGwO+mKU3W5e9HsJx+HQNzqq78YViNJcs="; 21 22 # Purposefully don't install systemd unit file, that's for NixOS 23 postInstall = ''