summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-10 15:21:59 -0800
committerGitHub <noreply@github.com>2022-02-11 00:21:59 +0100
commit1b4808c0d69c221895b4f92700daf228c8e5e078 (patch)
treed417ed7bc702638e6f76c5a12540e081c339c2f7 /pkgs/os-specific/linux/firmware
parent571ec2feb9661fede95829d6076d3e5c9419462a (diff)
downloadnixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar.gz
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar.bz2
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar.lz
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar.xz
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.tar.zst
nixpkgs-1b4808c0d69c221895b4f92700daf228c8e5e078.zip
system76-firmware: 1.0.31 -> 1.0.32
 (#149060)
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/system76-firmware/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
index 73b9cf08b80..5ec2bd70fdb 100644
--- a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
+++ b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
@@ -2,13 +2,13 @@
 rustPlatform.buildRustPackage rec {
   pname = "system76-firmware";
   # Check Makefile when updating, make sure postInstall matches make install
-  version = "1.0.31";
+  version = "1.0.32";
 
   src = fetchFromGitHub {
     owner = "pop-os";
     repo = pname;
     rev = version;
-    sha256 = "sha256-agtaQ5Te4WcbIdCt8TDK4Y2y/9aHrDCUWuPRE5+aFjc=";
+    sha256 = "sha256-EV7byqfoz0sAIkf/hgZh+m7D2+54DEnE4td4CTX6c4s=";
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper ];
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoBuildFlags = [ "--workspace" ];
 
-  cargoSha256 = "sha256-QFHyrvLR1v09RNlXiO/E+blvxPukKwPRRX+vQvlZSNQ=";
+  cargoSha256 = "sha256-/bf5JQgyFN8TH7o2TWHX5sv/NkxBLJ495iVW8c9Vqis=";
 
   # Purposefully don't install systemd unit file, that's for NixOS
   postInstall = ''