_3mux: 0.2.0 -> 0.3.0 (#95476)
This commit is contained in:
parent
d996c72306
commit
e30218d8a6
@ -2,25 +2,21 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "3mux";
|
pname = "3mux";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aaronjanse";
|
owner = "aaronjanse";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "02ry066psvlqdyhimci7nskw4sfb70dw5z7ag7s7rz36gmx1vnmr";
|
sha256 = "164jylifkdfsi3r6vmlp5afgly73fqfbad7lbr58wmy21l9x5rcj";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "1hjzpg3q4znvgzk0wbl8rq6cq877xxdsf950bcsks92cs8386847";
|
vendorSha256 = "0dc1c0z3xkfpwmwb3hafsv7qa6lc7bzz78by5w20rxrrk4r87gic";
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Terminal multiplexer inspired by i3";
|
description = "Terminal multiplexer inspired by i3";
|
||||||
homepage = "https://github.com/aaronjanse/3mux";
|
homepage = "https://github.com/aaronjanse/3mux";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aaronjanse filalex77 ];
|
maintainers = with maintainers; [ aaronjanse filalex77 ];
|
||||||
# TODO: fix modules build on darwin
|
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user