Commit graph

14 commits

Author SHA1 Message Date
Theodore Ni 898769de62
_3mux: update patches
Use patch that has been merged upstream instead of one that is on my
fork. This requires pulling in another patch too so that it can apply
cleanly.
2022-11-27 00:13:23 -08:00
Theodore Ni 8740c5fd32
_3mux: update patch URL
I updated my upstream PR to be mergeable, which dropped the association
between the current patch and my PR. Lesson learned.
2022-09-25 13:58:14 -07:00
Theodore Ni ddc57cfc0c
_3mux: fix build on Darwin
Pull in patch that updates golang.org/x/sys.
2022-08-08 20:20:04 -07:00
Aaron Janse 6596d10f1d _3mux: 1.0.1 -> 1.1.0 2021-03-13 18:44:59 -08:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
AndersonTorres 70f8c8fc1b 3mux: 0.3.0 -> 1.0.1 2020-10-12 04:07:17 -03:00
zowoq e30218d8a6
_3mux: 0.2.0 -> 0.3.0 (#95476) 2020-08-14 21:50:41 -07:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Oleksii Filonenko a0cca88d16
_3mux: 0.1.0 -> 0.2.0 2020-04-18 18:43:58 +03:00
Oleksii Filonenko d196b90e44
_3mux: init at 0.1.0 2020-04-14 00:55:09 +03:00