Unverified Commit 6af0201b authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #231991 from r-ryantm/auto-update/libpkgconf

libpkgconf: 1.9.4 -> 1.9.5
parents c637afe9 90237f91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "pkgconf";
  version = "1.9.4";
  version = "1.9.5";

  src = fetchurl {
    url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
    hash = "sha256-2szxu+WjDRSbVWx9L//+r9dte1FOJJJxq91QFTPB2K4=";
    hash = "sha256-GsFlbeuydJdWMDb3v/woFJD4P5uEV8DWC8+2OPtrYXE=";
  };

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