diff options
| author | Alexandre Iooss <erdnaxe@crans.org> | 2023-05-27 10:55:31 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-29 09:16:08 +0000 |
| commit | 457addc5e4e27c16ea51adff8a12f8847b41c771 (patch) | |
| tree | 98b35a8183845bed06b099410002cd7e38c5368e | |
| parent | Merge pull request #234726 from NixOS/backport-234702-to-release-23.05 (diff) | |
| download | nixpkgs-457addc5e4e27c16ea51adff8a12f8847b41c771.tar.gz | |
qc71_laptop: 2022-06-01 -> 2023-03-02
(cherry picked from commit 5703ff7dfb42ebffa95c6e57be890be8c7522d98)
| -rw-r--r-- | pkgs/os-specific/linux/qc71_laptop/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/qc71_laptop/default.nix b/pkgs/os-specific/linux/qc71_laptop/default.nix index 92818ccfb096..bb4bf20ad0f6 100644 --- a/pkgs/os-specific/linux/qc71_laptop/default.nix +++ b/pkgs/os-specific/linux/qc71_laptop/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "qc71_laptop"; - version = "unstable-2022-06-01"; + version = "unstable-2023-03-02"; src = fetchFromGitHub { owner = "pobrn"; repo = "qc71_laptop"; - rev = "28106e0602807d78d1f5fa220ab6148dd6477c1c"; - hash = "sha256-3bhw2HbEVuxPfGMt/eE2nCuMLHzYHRY3nRWPzZxKHro="; + rev = "8805dc5639f6659addf153a295ad4bbaa2483fa3"; + hash = "sha256-wg7APGArjrl9DEAHTG6BknOBx+UbtNrzziwmLueKPfA="; }; nativeBuildInputs = kernel.moduleBuildDependencies; |
