nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

hwinfo: 22.1 -> 22.2

+2 -2
+2 -2
pkgs/tools/system/hwinfo/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "hwinfo"; 12 - version = "22.1"; 12 + version = "22.2"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "opensuse"; 16 16 repo = "hwinfo"; 17 17 rev = version; 18 - sha256 = "sha256-nGWpUqBkpiiNuH5kEHWR1/+0aYIeLf9k3AmzQR85Swk="; 18 + hash = "sha256-Z/brrDrT2J4RAS+pm1xaBqWO7PG6cAVgRpH3G6Nn39E="; 19 19 }; 20 20 21 21 nativeBuildInputs = [