We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79b7d97 + 4d0ab9f commit e3b1302Copy full SHA for e3b1302
pkgs/by-name/as/asusctl/package.nix
@@ -17,17 +17,17 @@
17
}:
18
rustPlatform.buildRustPackage rec {
19
pname = "asusctl";
20
- version = "6.1.4";
+ version = "6.1.10";
21
22
src = fetchFromGitLab {
23
owner = "asus-linux";
24
repo = "asusctl";
25
rev = version;
26
- hash = "sha256-t5wjfazKadpYEc29LJmnh3Zdc53wQQY2DYpj3ijZ534=";
+ hash = "sha256-KCGoaqqXWFApD464jbNcdGhd7DDxrpNcRg/ClM0GrJc=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-1IwGjdx2BM6kA17mgYg5+pAr6UOiIuP6//05tcjmJBM=";
+ cargoHash = "sha256-c3uoQWdf4nG2SzLpB/T7AM/wrfxqVZcTVX1eRFZTGhQ=";
31
32
postPatch = ''
33
files="
0 commit comments