Loading pkgs/development/haskell-modules/cabal2nix-unstable.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading pkgs/development/haskell-modules/hackage-packages.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/haskell-modules/cabal2nix-unstable.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading
pkgs/development/haskell-modules/hackage-packages.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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