Skip to content

Commit

Permalink
Merge pull request NixOS#90093 from r-ryantm/auto-update/osinfo-db-tools
Browse files Browse the repository at this point in the history
osinfo-db-tools: 1.7.0 -> 1.8.0
  • Loading branch information
jtojnar committed Jun 10, 2020
2 parents 736363d + ffe966a commit e596d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/osinfo-db-tools/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "osinfo-db-tools";
version = "1.7.0";
version = "1.8.0";

src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "08x8mrafphyll0d35xdc143rip3ahrz6bmzhc85nwhq7yk2vxpab";
sha256 = "038q3gzdbkfkhpicj0755mw1q4gbvn57pslpw8n2dp3lds9im0g9";
};

nativeBuildInputs = [ meson ninja pkgconfig gettext perl python3 ];
Expand Down

0 comments on commit e596d5c

Please sign in to comment.