We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f78b14 + 5afd9f8 commit 728d551Copy full SHA for 728d551
pkgs/by-name/as/asusctl/package.nix
@@ -17,17 +17,17 @@
17
}:
18
rustPlatform.buildRustPackage rec {
19
pname = "asusctl";
20
- version = "6.1.10";
+ version = "6.1.12";
21
22
src = fetchFromGitLab {
23
owner = "asus-linux";
24
repo = "asusctl";
25
rev = version;
26
- hash = "sha256-KCGoaqqXWFApD464jbNcdGhd7DDxrpNcRg/ClM0GrJc=";
+ hash = "sha256-E/tDd7wQKDgC91x1rGa8Ltn4GMPk3DJDvmMQNafVLyM=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-c3uoQWdf4nG2SzLpB/T7AM/wrfxqVZcTVX1eRFZTGhQ=";
+ cargoHash = "sha256-lvm3xvI01RyaSS39nm3l7Zpn3x23DDBQr+0Gggl4p9U=";
31
32
postPatch = ''
33
files="
0 commit comments