mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 11:29:43 +01:00
Upgrade keyboard updater for ANSI PBP keyboard support
This commit is contained in:
parent
002045ab17
commit
0ed68840fc
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "pinebook-pro-keyboard-updater";
|
||||
version = "2019-11-24";
|
||||
version = "2020-01-14";
|
||||
|
||||
nativeBuildInputs = [
|
||||
xxd
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||
src = fetchFromGitHub {
|
||||
owner = "ayufan-rock64";
|
||||
repo = "pinebook-pro-keyboard-updater";
|
||||
rev = "e2192c37456c6c3d0701ead62d56c320f80858b9";
|
||||
sha256 = "1pwz2fdqlwvab3xswi97msn06znbzdlbx1j4qx8fmqkqfg8z260z";
|
||||
rev = "68c5232b75a2acd8aa3e2c8b623b01a5465dca72";
|
||||
sha256 = "013mqdxhgszv7syss9lsxjxq00yxy7idj9k2ib1yq2wf0y7kvx96";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue