Skip to content

Commit e3b1302

Browse files
authored
asusctl: 6.1.4 -> 6.1.10 (NixOS#389558)
2 parents 79b7d97 + 4d0ab9f commit e3b1302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/as/asusctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
}:
1818
rustPlatform.buildRustPackage rec {
1919
pname = "asusctl";
20-
version = "6.1.4";
20+
version = "6.1.10";
2121

2222
src = fetchFromGitLab {
2323
owner = "asus-linux";
2424
repo = "asusctl";
2525
rev = version;
26-
hash = "sha256-t5wjfazKadpYEc29LJmnh3Zdc53wQQY2DYpj3ijZ534=";
26+
hash = "sha256-KCGoaqqXWFApD464jbNcdGhd7DDxrpNcRg/ClM0GrJc=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-1IwGjdx2BM6kA17mgYg5+pAr6UOiIuP6//05tcjmJBM=";
30+
cargoHash = "sha256-c3uoQWdf4nG2SzLpB/T7AM/wrfxqVZcTVX1eRFZTGhQ=";
3131

3232
postPatch = ''
3333
files="

0 commit comments

Comments
 (0)