R. Ryantm
af9400ec25
open-pdf-sign: 0.1.5 -> 0.1.6
2023-08-17 03:24:28 +00:00
Pol Dellaiera
ad6f2ce666
Merge pull request #249064 from ehmry/nncp
...
nncp: 8.8.3 -> 8.9.0
2023-08-16 12:06:49 +02:00
Pol Dellaiera
9283cf425c
nncp: minor refactor and reformat using nixpkgs-fmt
2023-08-16 11:08:31 +02:00
Nick Cao
25691f0d40
Merge pull request #249333 from figsoda/ripdrag
...
ripdrag: 0.4.1 -> 0.4.2
2023-08-15 19:07:25 -06:00
Nick Cao
c728b59162
Merge pull request #249242 from r-ryantm/auto-update/goose
...
goose: 3.14.0 -> 3.15.0
2023-08-15 18:31:49 -06:00
Anderson Torres
e4c189435c
debianutils: refactor
...
- one parameter per line
- use rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942 )
- remove references to pname
- use hash instead of sha256
- multiple outputs
- remove with nesting (following
https://nix.dev/anti-patterns/language#with-attrset-expression )
- format meta
- add myself as maintainer
2023-08-15 21:04:57 +00:00
R. Ryantm
c88a504bb9
debianutils: 5.7 -> 5.8
2023-08-15 21:04:57 +00:00
Pol Dellaiera
a41083fc26
nncp: use finalAttrs
pattern
2023-08-15 19:27:14 +02:00
Emery Hemingway
a3b801c683
nncp: 8.8.3 -> 8.9.0
2023-08-15 16:57:33 +01:00
figsoda
1f77e1b946
ripdrag: 0.4.1 -> 0.4.2
...
Diff: https://github.com/nik012003/ripdrag/compare/v0.4.1...v0.4.2
Changelog: https://github.com/nik012003/ripdrag/releases/tag/v0.4.2
2023-08-15 09:06:10 -04:00
markuskowa
c131662978
Merge pull request #249228 from r-ryantm/auto-update/panoply
...
panoply: 5.2.8 -> 5.2.9
2023-08-15 12:40:47 +02:00
R. Ryantm
9c904a4d2a
goose: 3.14.0 -> 3.15.0
2023-08-15 02:19:24 +00:00
R. Ryantm
5f5da13264
panoply: 5.2.8 -> 5.2.9
2023-08-15 00:41:43 +00:00
Nick Cao
26923ff489
Merge pull request #249161 from figsoda/ripdrag
...
ripdrag: 0.4.0 -> 0.4.1
2023-08-14 18:40:20 -06:00
arcnmx
21c6da069e
tmux: meta.mainProgram
...
See #246386
2023-08-14 10:52:56 -07:00
figsoda
1302818fee
ripdrag: 0.4.0 -> 0.4.1
...
Diff: https://github.com/nik012003/ripdrag/compare/v0.4.0...v0.4.1
Changelog: https://github.com/nik012003/ripdrag/releases/tag/v0.4.1
2023-08-14 13:27:06 -04:00
Daniel Nagy
0b6d395909
ncdu: 2.2.2 -> 2.3
...
Changelog: https://dev.yorhel.nl/ncdu/changes2
2023-08-14 15:39:35 +00:00
Alejandro Angulo
b65f0cc8ef
html-proofer: 3.18.8 -> 5.0.8
...
Had to run `bundle config set force_ruby_platform true` on my machine to
avoid platform-specific dependencies (bundix doesn't like these). Maybe
there's a way to export `BUNDLE_FORCE_RUBY_PLATFORM` when the update
script is ran... not sure.
2023-08-14 11:26:50 +00:00
Doron Behar
529baf7aec
Merge pull request #249037 from r-ryantm/auto-update/pistol
...
pistol: 0.4.1 -> 0.4.2
2023-08-14 10:25:29 +00:00
R. Ryantm
fe2866a656
pistol: 0.4.1 -> 0.4.2
2023-08-14 05:43:56 +00:00
Mario Rodas
da130766e2
Merge pull request #248977 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.15.0 -> 1.15.1
2023-08-13 20:14:39 -05:00
Samuel Dionne-Riel
890ef80b26
Merge pull request #248886 from trofi/grub2-nonparallel-translations
...
grub2: workaround parallel build failure by building .po files sequentially
2023-08-13 18:49:26 -04:00
R. Ryantm
2b8644f883
pgmetrics: 1.15.0 -> 1.15.1
2023-08-13 21:35:18 +00:00
Weijia Wang
03ef559610
Merge pull request #248918 from r-ryantm/auto-update/rmlint
...
rmlint: 2.10.1 -> 2.10.2
2023-08-13 23:31:50 +02:00
Sergei Trofimovich
eafc041a19
grub2: workaround parallel build failure by building .po files sequentially
...
Without the change `grub2` build occasionally fails as:
https://hydra.nixos.org/log/h04imslmgy9l33z6xxsaf9v4svqsc3n2-grub-2.12-rc1.drv
$ msgmerge --update --lang=de de.po grub.pot
$ msgmerge --update --lang=de de.po grub.pot
...
de.po:745: end-of-file within string
de.po:745: missing 'msgstr' section
Here `msgmerge --update` attempts to update `de.po` from two parallel
`make` calls when translation updates are happening.
The change works around `de.po` stomping bu regenerating translations
sequentially.
Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
2023-08-13 21:54:17 +01:00
Bernardo Meurer
70dd76d94f
Merge pull request #247475 from qowoz/nix217
2023-08-13 13:27:20 -04:00
rubyowo
8917a70fde
wayshot: add meta.mainProgram
2023-08-13 19:39:56 +04:00
Weijia Wang
559569dd6c
Merge pull request #248841 from cafkafk/cafk-eza-v0.10.7
...
eza: 0.10.6 -> 0.10.7
2023-08-13 17:34:35 +02:00
R. Ryantm
41a2b273ab
rmlint: 2.10.1 -> 2.10.2
2023-08-13 13:01:13 +00:00
Weijia Wang
51a86c2511
Merge pull request #248781 from r-ryantm/auto-update/easeprobe
...
easeprobe: 2.1.0 -> 2.1.1
2023-08-13 14:49:10 +02:00
Jörg Thalheim
2d0f289fa4
Merge pull request #248812 from r-ryantm/auto-update/jfrog-cli
...
jfrog-cli: 2.43.1 -> 2.45.0
2023-08-13 13:04:36 +01:00
Nick Cao
5b46c671ce
xclip: remove duplicate meta.mainProgram
...
Partial revert of https://github.com/NixOS/nixpkgs/pull/248624
2023-08-13 15:07:28 +08:00
Nick Cao
c98ac1c886
Merge pull request #248686 from r-ryantm/auto-update/mmv
...
mmv: 2.5 -> 2.5.1
2023-08-13 00:50:24 -06:00
Nick Cao
6fe67db173
Merge pull request #248614 from tjni/cc2538-bsl
...
cc2538-bsl: clean up dependencies and enable tests
2023-08-13 00:38:44 -06:00
Nick Cao
7b566839dc
Merge pull request #248624 from xaverdh/main-program
...
meta.mainProgram additions
2023-08-13 00:38:16 -06:00
Christina Sørensen
29656fb501
eza: 0.10.6 -> 0.10.7
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-13 07:55:38 +02:00
R. Ryantm
c0ce75d219
jfrog-cli: 2.43.1 -> 2.45.0
2023-08-13 02:03:00 +00:00
OTABI Tomoya
d6c77843e1
Merge pull request #248210 from emattiza/update/otel-cli-0-4-0
...
otel-cli: 0.3.0 -> 0.4.0
2023-08-13 10:33:15 +09:00
OTABI Tomoya
9aa5a78e71
Merge pull request #248524 from Aleksanaa/pokeget-rs
...
pokeget-rs: init at 1.2.0
2023-08-13 08:57:35 +09:00
R. Ryantm
00437b4344
easeprobe: 2.1.0 -> 2.1.1
2023-08-12 20:57:33 +00:00
Mario Rodas
e1d026caff
Merge pull request #248743 from figsoda/rpaste
...
rustypaste-cli: 0.6.0 -> 0.7.0
2023-08-12 15:45:14 -05:00
Jian Lin
74b66861c0
treewide: add meta.mainProgram ( #248750 )
2023-08-12 16:24:01 -04:00
figsoda
025db9a160
rustypaste-cli: 0.6.0 -> 0.7.0
...
Diff: https://github.com/orhun/rustypaste-cli/compare/v0.6.0...v0.7.0
Changelog: https://github.com/orhun/rustypaste-cli/blob/v0.7.0/CHANGELOG.md
2023-08-12 13:16:28 -04:00
Mario Rodas
3c77bc893f
Merge pull request #248728 from r-ryantm/auto-update/chezmoi
...
chezmoi: 2.36.1 -> 2.37.0
2023-08-12 10:51:33 -05:00
R. Ryantm
cbb4cd0a9c
chezmoi: 2.36.1 -> 2.37.0
2023-08-12 14:27:51 +00:00
Robert Helgesson
3d9de1ab72
svtplay-dl: 4.24 -> 4.25
2023-08-12 15:48:37 +02:00
Jonas Heinrich
1d9c70ea2d
Merge pull request #248662 from r-ryantm/auto-update/f2
...
f2: 1.9.0 -> 1.9.1
2023-08-12 15:39:30 +02:00
Doron Behar
b58ace2722
Merge pull request #248601 from tjni/brotab
...
brotab: patch out unnecessary "import pip" in setup.py
2023-08-12 09:17:59 +00:00
R. Ryantm
35ceefe4b3
mmv: 2.5 -> 2.5.1
2023-08-12 08:40:38 +00:00
R. Ryantm
a71d13dc74
f2: 1.9.0 -> 1.9.1
2023-08-12 07:01:23 +00:00