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

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

hwinfo: 22.2 -> 23.2
parents a5189f92 f0ab7422
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.2";
  version = "23.2";

  src = fetchFromGitHub {
    owner = "opensuse";
    repo = "hwinfo";
    rev = version;
    hash = "sha256-Z/brrDrT2J4RAS+pm1xaBqWO7PG6cAVgRpH3G6Nn39E=";
    hash = "sha256-YAhsnE1DJ5UlYAuhDxS/5IpfIJB6DrhCT3E0YiKENjU=";
  };

  nativeBuildInputs = [