3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

35 commits

Author SHA1 Message Date
Maximilian Bosch 963b1971df
i3status-rust: 0.20.4 -> 0.20.5
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.5
2021-11-06 11:11:36 +01:00
André-Patrick Bubel 0721ce3ff1
i3status-rust: install examples 2021-09-01 16:35:33 +02:00
Maximilian Bosch f45f451fb9
i3status-rust: 0.20.3 -> 0.20.4
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.4
2021-08-22 11:24:46 +02:00
R. RyanTM a3a0a6edc2 i3status-rust: 0.20.2 -> 0.20.3 2021-07-31 03:42:57 +00:00
Maximilian Bosch d67d37104a
i3status-rust: 0.20.1 -> 0.20.2
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.20.2/NEWS.md#i3status-rust-0202
2021-06-27 17:53:03 +02:00
Otavio Salvador c49f63cddf i3status-rust: 0.20.0 -> 0.20.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 10:02:07 -03:00
Robin Gloster aacc6f2e1b
i3status-rust: fix themes and icon handling
also enables the pulseaudio feature
2021-05-10 16:23:51 -05:00
Bruno BELANYI 2bc0257499 i3status-rust: 0.14.7 -> 0.20.0
https://github.com/greshake/i3status-rust/releases/tag/v0.20.0
2021-05-09 18:14:50 +02:00
Maxim Zhukov 50885e913f i3status-rust: 0.14.3 -> 0.14.7
https://github.com/greshake/i3status-rust/releases/tag/v0.14.7
2021-02-28 19:45:11 +03:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
R. RyanTM 2194eaba68 i3status-rust: 0.14.2 -> 0.14.3 2020-12-04 14:20:22 +00:00
Andreas Rammhold db530f4490 i3status-rust: add missing ethtool and notmuch buildInputs
i3status-rust requires `ethtool` for the net block to work since 0.14.2.
The notmuch feature is also available and all we've to do for that is to
pass the `notmuch` input and enable the feature.
2020-11-03 22:47:36 -08:00
Jonathan Wilkins d7ea518958
i3status-rust: 0.14.1 -> 0.14.2 2020-10-31 10:34:23 +00:00
Karol Chmist 966631c536 i3status-rust: 0.14.0 -> 0.14.1 2020-06-08 22:43:19 +02:00
Maximilian Bosch 8454ef7b29
i3status-rust: 0.13.1 -> 0.14.0
https://github.com/greshake/i3status-rust/releases/tag/v0.14.0
2020-06-07 17:09:35 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple f93ae928ae i3status-rust: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 21:07:02 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Maximilian Bosch 1e0934f69a
i3status-rust: 0.13.0 -> 0.13.1
https://github.com/greshake/i3status-rust/releases/tag/v0.13.1
2020-02-08 23:09:00 +01:00
Maximilian Bosch 430b0947dc
i3status-rust: 0.12.0 -> 0.13.0
https://github.com/greshake/i3status-rust/releases/tag/v0.13.0
2020-02-03 07:05:24 +01:00
Maximilian Bosch 1eda713fa4
i3status-rust: 0.11.0 -> 0.12.0
https://github.com/greshake/i3status-rust/releases/tag/v0.12.0
2019-12-11 20:06:52 +01:00
Stig Palmquist 5e9eb563e9
i3status-rust: 0.10.0 -> 0.11.0 2019-10-07 18:58:57 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Vladyslav M 5d678d1a39
i3status-rust: 0.9.0.2019-04-27 -> 0.10.0 2019-07-15 22:53:46 +03:00
Vladyslav M 12e6d28389
i3status-rust: 0.9.0.2019-03-21 -> 0.9.0.2019-04-27 2019-05-06 22:32:03 +03:00
Bart Brouns 9afeb90e16 i3status-rust: 0.9.0.2019-02-15 -> 0.9.0.2019-03-21 (#58590) 2019-03-30 23:49:54 +01:00
André-Patrick Bubel 9a1e306652
i3status-rust: 0.9.0.2018-10-02 -> 0.9.0.2019-02-15 2019-02-17 19:23:55 +01:00
Vladyslav M 3c45be7d9b i3status-rust: 0.9.0.2018-09-30 -> 0.9.0.2018-10-02 (#47687) 2018-10-03 00:29:26 +02:00
Vladyslav M 90161af7fb i3status-rust: 0.9.0.2018-06-22 -> 0.9.0.2018-09-30 (#47566) 2018-10-01 00:04:52 +02:00
André-Patrick Bubel 779d64f43d i3status-rust: 0.9.0.2018-03-31 -> 0.9.0.2018-06-22 (#42403) 2018-06-25 01:11:45 +02:00
Vladyslav Mykhailichenko a0c6d3147d i3status-rust: 0.9.0.2018-01-15 -> 0.9.0.2018-03-31 2018-04-04 09:26:38 +03:00
Bart Brouns ddb2150112 i3status-rust: 0.9.0.2017-11-09 -> 0.9.0.2018-01-15 2018-01-16 04:02:27 +01:00
Bruno Bieth 898090f25b i3status-rust: init at 0.9.0.2017-11-09 2017-11-17 01:47:10 +00:00