Skip to content

Commit 728d551

Browse files
authored
asusctl: 6.1.10 -> 6.1.12 (#396455)
2 parents 1f78b14 + 5afd9f8 commit 728d551

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.10";
20+
version = "6.1.12";
2121

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

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-c3uoQWdf4nG2SzLpB/T7AM/wrfxqVZcTVX1eRFZTGhQ=";
30+
cargoHash = "sha256-lvm3xvI01RyaSS39nm3l7Zpn3x23DDBQr+0Gggl4p9U=";
3131

3232
postPatch = ''
3333
files="

0 commit comments

Comments
 (0)