osinfo-db: 20210215 -> 20210312

This commit is contained in:
R. RyanTM 2021-03-14 18:02:43 +00:00 committed by Jan Tojnar
parent 87acb6d60b
commit 0af0c5c8e7
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20210215";
version = "20210312";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "sha256-HIM3sq47+0nImiaw+CjjjgYnBIorwmA6UxaNefjYNZg=";
sha256 = "sha256-dUjsCeRFynN4xc65njntyohX+Ck4MeCzy1WPQjCHDhA=";
};
nativeBuildInputs = [ osinfo-db-tools gettext libxml2 ];