osinfo-db: 20240510 -> 20240523

This commit is contained in:
R. Ryantm 2024-06-15 07:42:57 +00:00 committed by Bjørn Forsman
parent 9ce1fdf96a
commit 0071792387

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20240510";
version = "20240523";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
hash = "sha256-CKLVIcSFaH9r45lA1bP2G8D1g7t+NlWhMcZYOF635co=";
hash = "sha256-ne/y39KUskzsnw1iBC8EQ62P3GYG+L6pUePlMXCpBsU=";
};
nativeBuildInputs = [