2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 04:28:02 +00:00

osinfo-db: 20221130 -> 20230308

This commit is contained in:
R. Ryantm 2023-03-26 07:42:49 +00:00
parent e3eeeecadd
commit 647ac3f5a4

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20221130";
version = "20230308";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "sha256-opVMrXob7yZ5lJmHxjiI8eCBsJ4R+3JQVDcvA37HcX8=";
sha256 = "sha256-VGugTsxekzui1/PztDM6KYDUrk38UoSYm5xUdY8rkIg=";
};
nativeBuildInputs = [