haskellPackages.cabal2nix-unstable: 2023-02-27 -> 2023-04-11

This commit is contained in:
sternenseemann 2023-04-12 01:16:07 +02:00
parent ec06927095
commit 5e9077b453
2 changed files with 6 additions and 6 deletions

View file

@ -8,10 +8,10 @@
}:
mkDerivation {
pname = "cabal2nix";
version = "unstable-2023-02-27";
version = "unstable-2023-04-11";
src = fetchzip {
url = "https://github.com/NixOS/cabal2nix/archive/5e183d1ac819ea1beec3da6229d76d4185b026d0.tar.gz";
sha256 = "0picq2zzr3hnwzv86p07xymrp84kdb4q5b373a07xgqqqql1wn52";
url = "https://github.com/NixOS/cabal2nix/archive/010ff5c3b75d976d0f3a25b7caa0bc5bf2fdae9f.tar.gz";
sha256 = "1n38kmavdv6s1czqbiq6f6nagpv27s8xg0g0rvyh4l0x2my8wj4y";
};
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
isLibrary = true;

View file

@ -15096,19 +15096,19 @@ self: {
}) {};
"NetSNMP" = callPackage
({ mkDerivation, base, bytestring, HUnit, net_snmp, process }:
({ mkDerivation, base, bytestring, HUnit, net-snmp, process }:
mkDerivation {
pname = "NetSNMP";
version = "0.3.2.5";
sha256 = "0gslhzalip3q4shhfnp09p0c004z30a1xphw96kbi441ns8s0dp0";
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ net_snmp ];
librarySystemDepends = [ net-snmp ];
testHaskellDepends = [ base bytestring HUnit process ];
description = "Bindings for net-snmp's C API for clients";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {net_snmp = null;};
}) {inherit (pkgs) net-snmp;};
"Network-NineP" = callPackage
({ mkDerivation, async, base, binary, bytestring, containers