Commit 2ef00f3e authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

libpkgconf: 2.0.3 -> 2.1.0

parent 7351284f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pkgconf";
  version = "2.0.3";
  version = "2.1.0";

  src = fetchurl {
    url = "https://distfiles.dereferenced.org/pkgconf/pkgconf-${finalAttrs.version}.tar.xz";
    hash = "sha256-yr3zxHRSmFT3zM6Fc8WsaK00p+YhA3U1y8OYH2sjg2w=";
    hash = "sha256-Jm1YYe5RxSvHECk6HTZiKuFtBI1x7FYDSgLrnPlnd2E=";
  };

  outputs = [ "out" "lib" "dev" "man" "doc" ];