hwinfo: 22.2 -> 23.2

This commit is contained in:
R. Ryantm 2023-07-23 07:50:41 +00:00
parent af8cd5ded7
commit f0ab7422e9

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hwinfo"; pname = "hwinfo";
version = "22.2"; version = "23.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opensuse"; owner = "opensuse";
repo = "hwinfo"; repo = "hwinfo";
rev = version; rev = version;
hash = "sha256-Z/brrDrT2J4RAS+pm1xaBqWO7PG6cAVgRpH3G6Nn39E="; hash = "sha256-YAhsnE1DJ5UlYAuhDxS/5IpfIJB6DrhCT3E0YiKENjU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [