Skip to content

Commit

Permalink
hwinfo: 23.2 -> 23.3 (#351260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Oct 26, 2024
2 parents ad3e815 + 7ad1f4f commit f6c8aac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/hw/hwinfo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "hwinfo";
version = "23.2";
version = "23.3";

src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = finalAttrs.version;
hash = "sha256-YAhsnE1DJ5UlYAuhDxS/5IpfIJB6DrhCT3E0YiKENjU=";
hash = "sha256-TOW6jD7ZTA32H4oByaVkDAjUSwo9JSID7WSBYj7ZzBs=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -65,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "/usr/bin/udevinfo" "${systemdMinimal}/bin/udevinfo" \
--replace-fail "/usr/bin/udevadm" "${systemdMinimal}/bin/udevadm"
# Replace /usr/bin/perl
patchShebangs src/ids/convert_hd
'';

# The pci/usb ids in hwinfo are ancient. We can get a more up-to-date list simply by copying from systemd
Expand Down

0 comments on commit f6c8aac

Please sign in to comment.