Revert "haskellPackages.cabal-pkg-config-version-hook: 0.1.0.1 -> 0.1.1.0"

This reverts commit b19910075c.

The version remains the same, but the replacement package is not needed
anymore after the hackage bump.
This commit is contained in:
Wolfgang Walther
2026-01-10 17:52:22 +01:00
parent 90b8ef32e8
commit d96998920a
@@ -1,24 +0,0 @@
{
mkDerivation,
base,
Cabal,
containers,
lens,
lib,
process,
}:
mkDerivation {
pname = "cabal-pkg-config-version-hook";
version = "0.1.1.0";
sha256 = "18l87dcq2854vqchg21bvv85sdm4126nbk8sj9ilr5819qslk26f";
libraryHaskellDepends = [
base
Cabal
containers
lens
process
];
homepage = "https://github.com/hercules-ci/hercules-ci-agent/tree/master/cabal-pkg-config-version-hook#readme";
description = "Make Cabal aware of pkg-config package versions";
license = lib.licensesSpdx."BSD-3-Clause";
}