Cryolitia PukNgae
a084c7f015
csvlens: 0.10.0 -> 0.10.1
2024-10-18 00:35:02 +08:00
R. Ryantm
c21506fb90
csv-tui: 1.1 -> 1.2
2024-10-02 22:28:18 +00:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Fabián Heredia Montiel
b44c88703a
csharpier: 0.28.2 -> 0.29.1 ( #338016 )
2024-09-01 19:48:19 -06:00
Sandro
0e3bd13299
csvtk: init at 0.30.0 ( #328866 )
2024-09-01 18:21:17 +02:00
Austin Horstman
787e0e1bf6
csharpier: 0.28.2 -> 0.29.1
2024-08-28 15:35:40 -05:00
luftmensch-luftmensch
6dd492a0f1
csvtk: init at 0.30.0
2024-08-25 19:57:46 +02:00
Sebastián Mancilla
4b2b2d5c8c
Merge pull request #334839 from ottoblep/csv-tui
...
csv-tui: init at 1.1
2024-08-18 21:26:41 -04:00
Severin Lochschmidt
f55abc85a9
csv-tui: init at 1.1
2024-08-18 23:47:41 +02:00
Gaetan Lepage
d46f91b13d
csharp-ls: 0.14.0 -> 0.15.0
...
Diff:
https://github.com/razzmatazz/csharp-language-server/compare/0.14.0...0.15.0
Changelog:
https://github.com/razzmatazz/csharp-language-server/releases/tag/0.15.0
2024-08-16 08:28:31 +02:00
Gaetan Lepage
36f29a2229
csharp-ls: clean derivation, add testVersion
2024-08-16 08:25:54 +02:00
Gaetan Lepage
ca97ea91ae
csharp-ls: move to pkgs/by-name
2024-08-16 08:21:47 +02:00
R. Ryantm
14e4f5974e
csvlens: 0.9.1 -> 0.10.0
2024-08-04 12:55:09 +00:00
R. Ryantm
7768267ae7
csvkit: 2.0.0 -> 2.0.1
2024-07-18 23:38:35 +00:00
aleksana
9ec8af44ad
treewide: change nugetSha256 to nugetHash
...
This is both to verify the correctness of the changes in dotnet helper
and to promote the use of nugetHash (which uses SRI hash).
For more information on nugetHash, check out
https://nixos.org/manual/nixpkgs/unstable/#packaging-dotnet-global-tools
2024-07-04 20:16:51 +08:00
lassulus
127aa188d7
Merge pull request #191191 from arikgrahl/css-checker
...
css-checker: init at 0.4.1
2024-06-25 20:37:43 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
fde85503c5
csvlens: 0.9.0 -> 0.9.1
2024-05-22 19:14:54 +00:00
nixpkgs-merge-bot[bot]
221a3d5bb3
Merge pull request #308630 from r-ryantm/auto-update/csvkit
...
csvkit: 1.5.0 -> 2.0.0
2024-05-03 18:49:46 +00:00
Tomo
0d87342ed1
csvq: move to pkgs/by-name
2024-05-02 20:38:38 -07:00
R. Ryantm
19c6363438
csvkit: 1.5.0 -> 2.0.0
2024-05-02 21:57:31 +00:00
Thomas Laich
5351d0a5cb
CSharpier 0.27.2 -> 0.28.2
2024-05-01 11:08:37 +02:00
R. Ryantm
55de7edfa4
csvlens: 0.8.1 -> 0.9.0
2024-04-28 12:41:06 +00:00
R. Ryantm
360db45b01
csvkit: 1.4.0 -> 1.5.0
2024-04-03 10:26:52 +00:00
natsukium
3508f57de7
csvlens: 0.7.0 -> 0.8.1
...
Diff: https://github.com/YS-L/csvlens/compare/refs/tags/v0.7.0...v0.8.1
Changelog: https://github.com/YS-L/csvlens/blob/refs/tags/v0.8.1/CHANGELOG.md
2024-03-26 15:06:22 +09:00
R. Ryantm
80cbd94dfd
csvlens: 0.6.0 -> 0.7.0
2024-02-24 21:31:18 +00:00
Philip Munksgaard
3fdbe2ef9f
csvkit: 1.3.0 -> 1.4.0
2024-02-14 12:03:01 +01:00
Arik Grahl
46451b6614
css-checker: init at 0.4.1
2024-02-12 15:24:06 +01:00
Sandro
ab94c8c8d1
Merge pull request #284634 from DontEatOreo/pkgs-csharprepl
...
csharprepl: init at 0.6.6
2024-02-06 18:01:30 +01:00
h7x4
95811ed3e8
Merge pull request #286065 from zoriya/csharpier
...
csharpier: 0.27.0 -> 0.27.2
2024-02-05 21:35:14 +01:00
Anderson Torres
65d2770885
csvkit: 1.1.1 -> 1.3.0 ( #282340 )
...
* csvkit: migrate to by-name
* csvkit: refactor
- get rid of rec
- get rid of nested with
- set pyproject instead of format
- change meta.maintainers:
- remove vrthra
- add AndersonTorres
* csvkit: 1.1.1 -> 1.2.0
* csvkit: remove sqlalchemy_1_4 pinning
* csvkit: 1.2.0 -> 1.3.0
2024-02-04 23:06:55 +01:00
Zoe Roux
995c69c036
csharpier: 0.27.0 -> 0.27.2
2024-02-03 14:41:56 +01:00
DontEatOreo
4d9df39830
csharprepl: init at 0.6.6
2024-01-29 13:20:04 +02:00
h7x4
9b8cec7b42
Merge pull request #272806 from zoriya/init-csharpier
...
csharpier: init at 0.26.4
2024-01-18 09:35:09 +01:00
Zoe Roux
8f18726e97
csharpier: init at 0.27.0
2024-01-18 04:14:27 +01:00
R. Ryantm
8fc50f53a3
csvlens: 0.5.1 -> 0.6.0
2024-01-14 22:11:51 +00:00
natsukium
bbd978449e
csvlens: init at 0.5.1
2024-01-08 13:51:47 +09:00