From 958f657656d22cee3998bac2c9690ff54dae40dc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Oct 2016 14:24:13 +0200 Subject: gnu: libosinfo: Use stable URL for pci.ids. * gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for the pci.ids file. --- gnu/packages/qemu.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index f06b52fdff..805bb33b6b 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -230,10 +230,10 @@ server and embedded PowerPC, and S390 guests.") ("pci.ids" ,(origin (method url-fetch) - (uri "http://pciids.sourceforge.net/v2.2/pci.ids") + (uri "https://raw.githubusercontent.com/pciutils/pciids/f9477789526f9d380bc57aa92e357c521738d5dd/pci.ids") (sha256 (base32 - "0h8v0lrlrxkfnjiwnwiq86zyvb8qa2n3844dp1m01lh2nb2fliqw")))) + "0g6dbwlamagxqxvng67xng3w2x56c0np4md1v1p1jn32qw518az0")))) ("usb.ids" ,(origin (method url-fetch) -- cgit 1.4.1