Unverified Commit 65c15b0a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #186342 from r-ryantm/auto-update/hwinfo

hwinfo: 22.0 -> 22.1
parents d9c0b7ac 421d8d63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "hwinfo";
  version = "22.0";
  version = "22.1";

  src = fetchFromGitHub {
    owner = "opensuse";
    repo = "hwinfo";
    rev = version;
    sha256 = "sha256-hjKF/fyV7/uQF6iJNOsRpX4Iw7aDURkdb7hbwfIDBPo=";
    sha256 = "sha256-nGWpUqBkpiiNuH5kEHWR1/+0aYIeLf9k3AmzQR85Swk=";
  };

  nativeBuildInputs = [