Unverified Commit a9848ba3 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

asusctl: 6.1.0 -> 6.1.1 (#380594)

parents 834a56b1 1dbd3b65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;