Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

hwinfo: 21.62 -> 21.63

authored by

markuskowa and committed by
GitHub
3172f225 34d45007

+2 -2
+2 -2
pkgs/tools/system/hwinfo/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "hwinfo-${version}"; 5 - version = "21.62"; 5 + version = "21.63"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "opensuse"; 9 9 repo = "hwinfo"; 10 10 rev = "${version}"; 11 - sha256 = "1mhvpvjdalxhvjkf8vhph414qfp14kwz24jk0mx2y4nijk958n0f"; 11 + sha256 = "0rwc30vs7clhl0kmniw4vms1ngx3xl6l1a979hywszvzhgmdclxh"; 12 12 }; 13 13 14 14 patchPhase = ''