asusctl: 6.1.0 -> 6.1.1 (#380594)

This commit is contained in:
Wolfgang Walther
2025-02-09 17:39:03 +01:00
committed by GitHub

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;