Merge pull request #279266 from wegank/osinfo-db-bump

osinfo-db: 20230308 -> 20231215

authored by Franz Pletz and committed by GitHub 883d1360 255ec950

+11 -3
+9 -1
pkgs/applications/virtualization/virt-manager/default.nix
··· 17 17 hash = "sha256-UgZ58WLXq0U3EDt4311kv0kayVU17In4kwnQ+QN1E7A="; 18 18 }; 19 19 20 + patches = [ 21 + # refresh Fedora tree URLs in virt-install-osinfo* expected XMLs 22 + (fetchpatch { 23 + url = "https://github.com/virt-manager/virt-manager/commit/6e5c1db6b4a0af96afeb09a09fb2fc2b73308f01.patch"; 24 + hash = "sha256-zivVo6nHvfB7aHadOouQZCBXn5rY12nxFjQ4FFwjgZI="; 25 + }) 26 + ]; 27 + 20 28 nativeBuildInputs = [ 21 29 intltool file 22 30 gobject-introspection # for setup hook populating GI_TYPELIB_PATH ··· 77 85 ]; 78 86 79 87 preCheck = '' 80 - export HOME=. 88 + export HOME=$(mktemp -d) 81 89 ''; # <- Required for "tests/test_urldetect.py". 82 90 83 91 postCheck = ''
+2 -2
pkgs/data/misc/osinfo-db/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "osinfo-db"; 11 - version = "20230308"; 11 + version = "20231215"; 12 12 13 13 src = fetchurl { 14 14 url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz"; 15 - sha256 = "sha256-VGugTsxekzui1/PztDM6KYDUrk38UoSYm5xUdY8rkIg="; 15 + hash = "sha256-37fFl1zk7//ZKq3QAJSg98WTtBmI/aU5kV9kWfcWRVQ="; 16 16 }; 17 17 18 18 nativeBuildInputs = [