Commit Graph

34 Commits

Author SHA1 Message Date
R. Ryantm
dbcfd1f947 skim: 0.10.3 -> 0.10.4 2023-03-09 22:56:49 +00:00
R. Ryantm
b14f0102c4 skim: 0.10.2 -> 0.10.3 2023-02-25 11:31:36 +00:00
InternetUnexplorer
86ae48a4bf skim: fix fish shell keybindings
This fixes a typo that prevented the fish keybindings from being loaded.
Also, the keybindings are now only loaded if programs.skim.keybindings
is true, which matches the behavior for bash and zsh.
2022-12-08 22:52:09 -08:00
laalsaas
2a7fae33a4 skim: refactor 2022-12-03 21:43:36 +01:00
ilkecan
fd9224f6e8 skim: 0.10.1 -> 0.10.2 2022-11-08 23:30:32 +00:00
ilkecan
eb9b673d06 skim: 0.9.4 -> 0.10.1 2022-10-28 20:52:53 +00:00
ilkecan
5b27851cdb skim: set meta.mainProgram 2022-07-27 22:05:24 +00:00
Finn Behrens
632b4089cc skim: disable tests on aarch64-darwin 2022-01-16 15:35:44 +01:00
Finn Behrens
10da09d3bd skim: disable tests on aarch64-darwin 2022-01-16 15:07:19 +01: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
Mario Rodas
3385d618ad skim: 0.9.3 -> 0.9.4
https://github.com/lotabout/skim/releases/tag/v0.9.4
2021-02-15 04:20:00 +00: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
Mario Rodas
ac01968470 skim: 0.9.2 -> 0.9.3
https://github.com/lotabout/skim/releases/tag/v0.9.3
2020-11-06 04:20:00 +00:00
Mario Rodas
d703bf0a9b skim: 0.9.1 -> 0.9.2
https://github.com/lotabout/skim/releases/tag/v0.9.2
2020-10-31 04:20:00 +00:00
Vladyslav M
01b1f1b449
skim: 0.8.2 -> 0.9.1, use fetchCrate 2020-10-20 14:42:42 +03:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Mario Rodas
8173034080
skim: 0.8.1 -> 0.8.2 2020-07-29 04:20:00 -05:00
Mario Rodas
e4f9166a24
skim: fix bash completion 2020-04-07 04:20:00 -05:00
Mario Rodas
bb3d5bc250
skim: 0.8.0 -> 0.8.1 2020-04-02 04:20:00 -05:00
Vladyslav M
5259b4f9cc
skim: 0.7.0 -> 0.8.0 2020-02-23 18:34:56 +02: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
Vladyslav M
3c6a559406
skim: 0.6.9 -> 0.7.0 2020-01-15 08:51:32 +02:00
Mario Rodas
7cfdc16cfd
skim: 0.6.8 -> 0.6.9 2019-09-28 04:20:00 -05:00
Vladyslav M
d20379a7c1
skim: 0.6.4 -> 0.6.8 2019-06-23 11:32:18 +03:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Vladyslav M
a6da544294
skim: 0.6.2 -> 0.6.4 2019-03-25 21:52:10 +02:00
dywedir
b9aaa63f0f
skim: 0.5.5 -> 0.6.2 2019-03-19 23:15:01 +02:00
dywedir
ec600a5f1d
skim: 0.5.4 -> 0.5.5 2019-02-23 13:02:12 +02:00
dywedir
fa78399161
skim: 0.5.2 -> 0.5.4 2019-02-20 10:38:47 +02:00
Vladyslav Mykhailichenko
ef0a9f42a6 skim: 0.5.1 -> 0.5.2 2018-10-23 10:31:05 +03:00
R. RyanTM
1725a321ca skim: 0.5.0 -> 0.5.1 (#44700)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/skim/versions.
2018-08-13 14:28:37 +02:00
Vladyslav M
e49dd6157b skim: 0.4.0 -> 0.5.0 (#41936) 2018-06-13 21:13:22 +02:00
Vladyslav M
2c382eda62 skim: 0.3.2 -> 0.4.0 (#41417) 2018-06-03 19:02:28 +02:00
Mitsuhiro Nakamura
1fa28ae95d [RDY] skim: init at 0.3.2 (#33561) 2018-03-03 15:39:16 +00:00