pkgconf: 1.6.1 -> 1.6.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pkgconf/versions
This commit is contained in:
R. RyanTM 2019-07-15 22:03:27 -07:00
parent 7803ff314c
commit be23a4397a

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pkgconf";
version = "1.6.1";
version = "1.6.3";
src = fetchurl {
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
sha256 = "1310va0nm8iyb4ghgz9qlx7qb00iha1523hq1zbgj0c98cwfxf92";
sha256 = "04525vv0y849vvc2pi60g5wd9fjp1wbhra2lniifi82y1ldv7w31";
};
meta = with stdenv.lib; {