asusctl: 6.1.0 -> 6.1.1, add updateScript

This commit is contained in:
merrkry
2025-02-09 16:24:47 +01:00
parent 3a9daffa68
commit 1dbd3b6509
+2 -2
View File
@@ -17,13 +17,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "asusctl";
version = "6.1.0";
version = "6.1.1";
src = fetchFromGitLab {
owner = "asus-linux";
repo = "asusctl";
rev = version;
hash = "sha256-EedOSStqZ2Q8PUJ+0mgIC2+MbiO19VUVDoVvWkkQscc=";
hash = "sha256-E2c4KhwLGAgorq4cHdPt/j45ebL0k+A/ktkXh71utxA=";
};
useFetchCargoVendor = true;