File tree Expand file tree Collapse file tree
pkgs/applications/system/asusctl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage rec {
1515 pname = "asusctl" ;
16- version = "4.5.6 " ;
16+ version = "4.5.8 " ;
1717
1818 src = fetchFromGitLab {
1919 owner = "asus-linux" ;
2020 repo = "asusctl" ;
2121 rev = version ;
22- hash = "sha256-9WEP+/BI5fh3IhVsLSPrnkiZ3DmXwTFaPXyzBNs7cNM =" ;
22+ hash = "sha256-6AitRpyLIq5by9/rXdIC8AChMVKZmR1Eo5GTo+DtGhc =" ;
2323 } ;
2424
25- cargoSha256 = "sha256-iXMor2hI8Q/tpdSCaUjiEsvVfmWKXI6Az0J6aqMwE2E =" ;
25+ cargoHash = "sha256-lSjcsHnw6VZxvxxHUAkVEIZiI58xduInCJDXsFPGzMM =" ;
2626
2727 postPatch = ''
2828 files="
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
4848 --replace /usr/bin/sleep ${ coreutils } /bin/sleep
4949 '' ;
5050
51- nativeBuildInputs = [ pkg-config cmake ] ;
51+ nativeBuildInputs = [ pkg-config cmake rustPlatform . bindgenHook ] ;
5252
5353 buildInputs = [ systemd fontconfig gtk3 ] ;
5454
You can’t perform that action at this time.
0 commit comments