Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
Sebastian Sellmeier
cd0b34aff2
terminator: 2.1.0 -> 2.1.1
2021-05-13 18:20:51 +02:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging
2021-05-13 11:42:36 +02:00
AndersonTorres
67a2f545ca
eterm: 0.9.6 -> 0.9.6-unstable=2020-03-03
2021-05-12 00:15:40 -03:00
github-actions[bot]
309163aed7
Merge staging-next into staging
2021-05-11 12:24:31 +00:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging
2021-05-11 09:09:10 +02:00
Jörg Thalheim
1e76a18478
Merge pull request #121898 from pinpox/update-wezterm
...
wezterm: update to 2021-04-07
2021-05-11 07:52:26 +01:00
ptrhlm
8e89366c2b
termite: fix vte patch "expose-function-for-getting-the-selected-text" ( #122467 )
...
ZHF: #122042
2021-05-11 00:54:08 +02:00
Nicolas Berbiche
a3969f7909
wayst: unstable-2020-10-12 -> unstable-2021-04-05 ( #122098 )
2021-05-10 19:27:23 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Vladimír Čunát
080cd658ca
Merge #121780 : treewide meta.maintainers tweaks
2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
...
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Pablo Ovelleiro Corral
5758ed3c5c
Merge branch 'update-wezterm' of github.com:pinpox/nixpkgs into update-wezterm
2021-05-07 01:33:19 +02:00
Pablo Ovelleiro Corral
4416eeb2b5
Update cargo sha256
2021-05-07 01:29:09 +02:00
Pablo Ovelleiro Corral
895f28eb99
Merge branch 'master' of github.com:nixos/nixpkgs into update-wezterm
2021-05-07 01:21:40 +02:00
Pablo Ovelleiro Corral
89cb6395b2
Update pkgs/applications/terminal-emulators/wezterm/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-07 01:19:52 +02:00
Luflosi
00872b6a76
kitty: 0.20.2 -> 0.20.3
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.3
2021-05-06 16:24:25 +02:00
Pablo Ovelleiro Corral
e703d8407a
wezterm: update to 2021-04-07
2021-05-06 10:56:54 +02:00
Luflosi
47f4780fc3
kitty: 0.19.3 -> 0.20.2
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
2021-04-28 10:47:58 +02:00
Luflosi
4d098d6b39
kitty: clarify license
2021-04-28 10:47:57 +02:00
Luflosi
2751cdfe09
kitty: remove unused variable
2021-04-28 10:47:56 +02:00
sternenseemann
cb605fc83a
foot: 1.7.1 -> 1.7.2
...
https://codeberg.org/dnkl/foot/releases/tag/1.7.2
2021-04-18 20:26:30 +02:00
joachimschmidt557
bdf2f66862
nimmm: 0.1.2 -> 0.2.0
2021-04-15 07:12:55 +02:00
Sandro Jäckel
b667587deb
wezterm: set version number
2021-04-14 18:53:16 +02:00
Pablo Ovelleiro Corral
1618465939
wezterm: 20210314 -> 20210407-nightly, add SuperSandro2000 as maintainer
2021-04-09 21:09:53 +00:00
Pablo Ovelleiro Corral
fd12aef5f6
wezterm: unstable-2020-11-22 -> 20210314
2021-04-09 21:09:53 +00:00
sternenseemann
d6a67759e7
foot: 1.7.0 -> 1.7.1
2021-04-03 14:34:20 +02:00
sternenseemann
4a16f2ec94
foot: add tests checking the clang compilation to the package
...
I want to support this in the future. Since I sometimes forget to check
clang compilation when doing a version bump, there has been regression
to this in the past. Let's prevent this by checking compilation with the
default clang version in nixpkgs and the latest clang as well.
2021-04-03 14:34:20 +02:00
sternenseemann
6c1566fab7
foot: remove usage of stdenv.cc.cc.pname
2021-04-03 14:34:20 +02:00
sternenseemann
68a1f6f391
foot: fix PGO build with clang
...
The way we need to do PGO builds for foot changed. The gcc build was
unaffected by this, but has been updated to the new instructions. For
clang using the outdated introduction meant that the PGO build was
broken when using clang for building foot with PGO enabled.
This has been fixed by updating to the new build instructions for both
gcc and clang when using PGO:
https://codeberg.org/dnkl/foot/pulls/420
foot.override { stdenv = llvmPackages_11.stdenv; } now works as expected.
2021-04-03 14:34:20 +02:00
Daniel Nagy
20d6a29ba4
alacritty: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
2cc031479d
xterm: add changelog
2021-04-01 17:59:48 +02:00
Tim Steinbach
76d378c147
xterm: 366 → 367
2021-03-29 11:36:48 -04:00
sternenseemann
70dee97cae
foot: 1.6.4 -> 1.7.0
...
Most notably introducing a native URL mode.
https://codeberg.org/dnkl/foot/releases/tag/1.7.0
2021-03-20 14:19:34 +01:00
Thomas Mader
2810e2630c
tilix: unstable-2019-10-02 -> 1.9.4
...
Compile with ldc instead of dmd
2021-03-18 17:29:50 +02:00
Samuel Gräfenstein
c3e3a8b21b
kgx: gnome3.libgtop -> libgtop
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
Samuel Gräfenstein
b72ee5775c
treewide: gnome2.gtk -> gtk2
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
Zhaofeng Li
b67d19710c
kgx: init at unstable-2021-03-13
2021-03-13 15:41:55 -08:00
Sandro
6929de24f5
Merge pull request #114820 from bobvanderlinden/pr-hyper-gtk3
...
hyper: add required libraries to library path
2021-03-03 18:37:11 +01:00
Bob van der Linden
091bd4d622
hyper: add required libraries to library path
2021-03-03 17:35:14 +01:00
Jakub Kądziołka
5e401dcd2b
alacritty: fix build
...
Use postInstall instead of installPhase to give the cargo hooks a chance
to set $releaseDir.
2021-02-26 21:59:45 +01:00
github-actions[bot]
4c0670dace
Merge staging-next into staging
2021-02-20 06:17:59 +00:00
Bernardo Meurer
b76422aaed
alacritty: 0.7.1 -> 0.7.2
2021-02-19 18:24:15 -08:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Stefan Frijters
a0e2df27c9
terminator: 1.92 -> 2.1.0
2021-02-16 17:05:07 +01:00
Sandro
f95d52da2b
Merge pull request #112944 from sternenseemann/foot-1.6.4
...
foot: 1.6.3 -> 1.6.4
2021-02-13 00:32:14 +01:00
sternenseemann
aa91dda15c
foot: 1.6.2 -> 1.6.3
2021-02-12 23:30:50 +01:00
Tim Steinbach
7ccbb0d1b4
xterm: 365 → 366
2021-02-11 09:13:45 -05:00