osinfo-db: 20231215 -> 20240510

This commit is contained in:
R. Ryantm 2024-05-11 13:08:59 +00:00
parent c0c22d9f5d
commit 531e5ae193

View File

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