Skip to content

Commit ff28bb1

Browse files
committed
asusctl: 4.5.6 -> 4.5.8
1 parent e40b525 commit ff28bb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/applications/system/asusctl/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
rustPlatform.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

0 commit comments

Comments
 (0)