Merge pull request #310841 from r-ryantm/auto-update/osinfo-db

osinfo-db: 20231215 -> 20240510
This commit is contained in:
Weijia Wang 2024-06-01 22:45:45 +02:00 committed by GitHub
commit 373bdd0fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [