summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2020-11-29 11:29:26 -0500
committerShea Levy <shea@shealevy.com>2020-11-29 11:29:26 -0500
commit926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d (patch)
tree157c42d5e543d4f1752272a2faada3ed52b4955d /pkgs/os-specific/linux/firmware
parent77816426b69bb754d3f370f22f2a9b211484d227 (diff)
downloadnixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar.gz
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar.bz2
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar.lz
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar.xz
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.tar.zst
nixpkgs-926ae8885dfdacdee3e05e615e96a3c4d0c1cc2d.zip
system76-firmware: 1.0.18 -> 1.0.20
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 f19af3d10fc..3ca8f41be7c 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.18";
+  version = "1.0.20";
 
   src = fetchFromGitHub {
     owner = "pop-os";
     repo = pname;
     rev = version;
-    sha256 = "08y65ak3y08xcl1nprwraqv9l65yqnfllbgmxyd2bppjpprwq474";
+    sha256 = "0yjv3a8r01ks91gc33rdwqmw52cqqwhq9f3rvw2xv3h8cqa5hfz0";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoBuildFlags = [ "--workspace" ];
 
-  cargoSha256 = "00933zkhqd1l29ir2dgp5r1k7g24mlb2k8fmggwzplrwzw1al5h4";
+  cargoSha256 = "1ivn3i6kpnswiipqw5s67p6gsz3y6an0ahf6vwz7dlw2xaha0xbx";
 
   # Purposefully don't install systemd unit file, that's for NixOS
   postInstall = ''