lol

osinfo-db: 20200529 -> 20200804

+4 -4
+4 -4
pkgs/data/misc/osinfo-db/default.nix
··· 1 - { stdenv, fetchurl, osinfo-db-tools, intltool, libxml2 }: 1 + { stdenv, fetchurl, osinfo-db-tools, gettext, libxml2 }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "osinfo-db"; 5 - version = "20200529"; 5 + version = "20200804"; 6 6 7 7 src = fetchurl { 8 8 url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz"; 9 - sha256 = "0mbrf9j5wmjhc6jixvhp4jqyxixh1717lqrmzmipdg99xnzba81n"; 9 + sha256 = "1gx8yky41kz2f03r7gvxgq8naysnrf8apsss61xqaxmmyd080z0v"; 10 10 }; 11 11 12 - nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ]; 12 + nativeBuildInputs = [ osinfo-db-tools gettext libxml2 ]; 13 13 14 14 phases = [ "installPhase" ]; 15 15