Jan Tojnar
0d1186ebfd
Merge pull request #128718 from jtojnar/ploticus
...
ploticus: Use gd from Nixpkgs instead of the vendored one
2021-07-01 07:01:38 +02:00
Felix Singer
4bcafb8ff1
flashrom: Add Felix Singer as maintainer
...
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-07-01 04:54:38 +02:00
Sandro
b7b89cb6d4
Merge pull request #128791 from alyssais/tor
...
tor: 0.4.5.7 -> 0.4.6.6
2021-07-01 00:55:25 +02:00
Sandro
debdcc9667
Merge pull request #128764 from devhell/bump-cpufetch
...
cpufetch: 0.94 -> 0.98
2021-07-01 00:42:26 +02:00
Sandro
035eabd2ef
Merge pull request #128528 from arcnmx/svtav1-087
...
svt-av1: 0.8.6 -> 0.8.7
2021-06-30 23:51:55 +02:00
Maximilian Bosch
6bb13c3479
Merge pull request #128551 from tuxinaut/complete-alias
...
complete-alias: init at 1.10.0
2021-06-30 23:43:14 +02:00
Maximilian Bosch
aedcd0342b
Merge pull request #128708 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.38.0 -> 0.38.1
2021-06-30 23:41:41 +02:00
Mrinal
289d84a58e
google-cloud-sdk: 345.0.0 -> 347.0.0 ( #128719 )
2021-06-30 20:51:33 +00:00
R. RyanTM
8b3db73a6a
goaccess: 1.5 -> 1.5.1
2021-06-30 20:11:52 +00:00
Fabian Affolter
5e14755f40
Merge pull request #128752 from r-ryantm/auto-update/arping
...
arping: 2.21 -> 2.22
2021-06-30 22:07:33 +02:00
adisbladis
c08e7693f9
fpm: 1.11.0 -> 1.13.0
2021-06-30 15:06:23 -05:00
Fabian Affolter
b163b113a0
flare-floss: migrate to py3
2021-06-30 12:13:34 -07:00
Alyssa Ross
0fffa41198
tor: 0.4.5.7 -> 0.4.6.6
2021-06-30 16:08:12 +00:00
devhell
6e17ea907c
cpufetch: 0.94 -> 0.98
2021-06-30 11:53:59 +01:00
sternenseemann
b5460f9ce2
chroma: do version info substitution in postFetch
...
This should increase reproducibility of the derivation as we can delete
the .git directory in the src derivation.
2021-06-30 12:34:34 +02:00
sternenseemann
801a040dee
chroma: 0.9.1 -> 0.9.2
2021-06-30 12:34:34 +02:00
Denny Schäfer
a619e1bdd2
complete-alias: init at 1.10.0
2021-06-30 11:34:21 +02:00
R. RyanTM
219b69ed9e
arping: 2.21 -> 2.22
2021-06-30 08:16:08 +00:00
Fabian Affolter
4ba12b5903
Merge pull request #128709 from r-ryantm/auto-update/dnsx
...
dnsx: 1.0.4 -> 1.0.5
2021-06-30 08:55:35 +02:00
R. RyanTM
8cd1066dfd
libtpms: 0.8.3 -> 0.8.4
2021-06-29 23:37:36 -07:00
Peter Hoeg
9a53c8f4f2
tmuxp: 1.7.2 -> 1.9.2
2021-06-29 23:01:04 -07:00
Jan Tojnar
b236fe3d52
ploticus: Use gd from Nixpkgs instead of the vendored one
...
The gd version shipped with ploticus only contains a single font
that does not support anything but ASCII.
In order for the package to be able to render Unicode texts,
we need freetype support:
http://ploticus.sourceforge.net/doc/fonts.html
2021-06-30 05:55:57 +02:00
Jan Tojnar
fbc4b41e69
ploticus: 2.41 → 2.42
...
65f1e8e048
bumped the version but forgot to update the tarball URL.
Unfortunately, this version does not seem to ship makefiles.
2021-06-30 05:55:57 +02:00
Jan Tojnar
eea3344e91
ploticus: Modernize
...
- Split pname & version.
- Format the expression.
- Do not use custom builder, the generic one is good enough.
- Install the man pages to datadir instead of $out, where they would be moved anyway.
– Allowing us to drop the postFixup.
- Use patch instead of wrapper for pointing to prefabs. This is what Debian does and it will also apply to the pl binary, not just the ploticus alias.
- Since the wrapping is no longer necessary, let’s create the alias using a symlink.
2021-06-30 05:55:57 +02:00
arcnmx
000056c533
svt-av1: 0.8.6 -> 0.8.7
...
upstream moved from github to gitlab
2021-06-29 20:50:15 -07:00
R. RyanTM
a174b255db
goreleaser: 0.172.0 -> 0.172.1
2021-06-30 03:34:43 +00:00
Artturin
0d8cbf704c
azure-cli: replace portalocker version for azure-cli-telemetry
2021-06-29 19:56:45 -07:00
Sandro
9ba35d8ef4
Merge pull request #128273 from davegallant/awscli2-2.2.14
...
awscli2: 2.2.4 -> 2.2.14
2021-06-30 04:21:06 +02:00
Martin Weinelt
c865d03690
Merge pull request #128205 from felixsinger/flashrom/add-udev
...
flashrom: Install udev-rules file
2021-06-30 04:03:56 +02:00
Felix Singer
b7a2309786
flashrom: Install udev-rules file
...
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.
Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30 03:43:35 +02:00
Sandro
1116ed7b33
Merge pull request #128687 from fabaff/bump-natscli
...
natscli: 0.0.22 -> 0.0.24
2021-06-30 03:43:05 +02:00
Sandro
310a495749
Merge pull request #128526 from fortuneteller2k/stevenblack-blocklist
...
stevenblack-blocklist: 3.7.10 -> 3.7.11
2021-06-30 03:39:31 +02:00
R. RyanTM
dc8d3549d6
dnsx: 1.0.4 -> 1.0.5
2021-06-30 01:36:50 +00:00
R. RyanTM
92850f7b61
dnsproxy: 0.38.0 -> 0.38.1
2021-06-30 01:32:39 +00:00
Felix Richter
55469b8f3b
bento: 1.6.0-637 -> 1.6.0-638 ( #128451 )
2021-06-30 02:22:58 +02:00
Sandro
95faf149e0
Merge pull request #123474 from dotlambda/yaxg-ffmpeg
...
yaxg: use ffmpeg instead of ffmpeg_3
2021-06-30 02:09:02 +02:00
Sandro
1b4e8d80a9
Merge pull request #128671 from fabaff/bump-stegseek
...
stegseek: 0.5 -> 0.6
2021-06-30 01:22:06 +02:00
Sandro
0134a6a594
Merge pull request #128672 from fabaff/bump-traitor
...
traitor: 0.0.3 -> 0.0.7
2021-06-30 01:21:55 +02:00
Sandro
8f4be49775
Merge pull request #128680 from fabaff/bump-knockpy
...
knockpy: 5.0.0 -> 5.1.0
2021-06-30 01:12:48 +02:00
Sandro
bc86344cba
Merge pull request #128676 from fabaff/bump-terrascan
...
terrascan: 1.6.0 -> 1.7.0
2021-06-30 01:04:20 +02:00
Sandro
d9eb62dfbf
Merge pull request #128656 from rvolosatovs/update-maintainership
2021-06-30 00:57:28 +02:00
Sandro
b69fd94482
Merge pull request #128655 from fabaff/bump-exploitdb
...
exploitdb: 2021-06-25 -> 2021-06-29
2021-06-30 00:57:11 +02:00
Fabian Affolter
5199ae50b4
natscli: 0.0.22 -> 0.0.24
2021-06-30 00:33:44 +02:00
Fabian Affolter
a888795ce7
knockpy: 5.0.0 -> 5.1.0
2021-06-29 23:24:54 +02:00
Fabian Affolter
ee9ee7646b
terrascan: 1.6.0 -> 1.7.0
2021-06-29 23:12:50 +02:00
Fabian Affolter
8dbcdacaad
traitor: 0.0.3 -> 0.0.7
2021-06-29 23:05:38 +02:00
Fabian Affolter
d65c0f9f91
stegseek: 0.5 -> 0.6
2021-06-29 23:02:01 +02:00
Robert Schütz
f32b99cb31
abcmidi: 2021.06.24 -> 2021.06.27
2021-06-29 22:56:11 +02:00
Roman Volosatovs
b24622c31d
go-sct: remove myself as maintainer
2021-06-29 21:25:45 +02:00
Fabian Affolter
7b54a8b453
exploitdb: 2021-06-25 -> 2021-06-29
2021-06-29 20:55:52 +02:00
Fabian Affolter
86869ad735
Merge pull request #128612 from 414owen/update-macchina-0.9.2
...
macchina: 0.8.21 -> 0.9.2
2021-06-29 14:19:24 +02:00
Owen Shepherd
a0fbb879d8
macchina: 0.8.21 -> 0.9.2
2021-06-29 10:55:37 +00:00
Zane van Iperen
67641dc31a
exfatprogs: init at 1.1.2
2021-06-29 12:48:00 +02:00
Robert Schütz
bcd6993fae
Merge pull request #128566 from r-ryantm/auto-update/gpg-tui
...
gpg-tui: 0.6.1 -> 0.6.2
2021-06-29 11:17:14 +02:00
Robert Schütz
64f45f1cf6
gpg-tui: fix build on Darwin
2021-06-29 10:53:01 +02:00
Ben Siraphob
5e34e744b8
Merge pull request #128582 from r-ryantm/auto-update/blueberry
...
blueberry: 1.4.3 -> 1.4.4
2021-06-29 10:37:00 +07:00
Vincenzo Mantova
c805959fbc
texlive: drop unused "fetch&unpack" derivations ( #126982 )
...
Motivations
- not well reproducible as they disable hashed mirrors (tarballs.nixos.org)
- only reachable by modifying the file pkgs.nix, thus unused
- the space saving is analogous to using substitutes
2021-06-28 23:01:27 -04:00
R. RyanTM
0616d2a463
blueberry: 1.4.3 -> 1.4.4
2021-06-29 02:20:29 +00:00
R. RyanTM
775e849b0c
gpg-tui: 0.6.1 -> 0.6.2
2021-06-28 22:28:34 +00:00
Linus Heckemann
a167cb8124
Merge pull request #128479 from Lassulus/tinc_pre
...
tinc_pre: 1.1pre17 -> 1.1pre18
2021-06-28 22:55:43 +02:00
lassulus
d71d7ecef1
tinc_pre: 1.1pre17 -> 1.1pre18
2021-06-28 21:40:55 +02:00
Ryan Mulligan
cc3dd3b151
Merge pull request #128455 from r-ryantm/auto-update/goreleaser
...
goreleaser: 0.168.0 -> 0.172.0
2021-06-28 12:37:34 -07:00
R. RyanTM
3b77eb1734
fluent-bit: 1.7.6 -> 1.7.9
2021-06-28 11:35:23 -07:00
fortuneteller2k
b663d3db0a
stevenblack-blocklist: 3.7.10 -> 3.7.11
2021-06-29 00:43:35 +08:00
Bob van der Linden
e89057790a
nix-direnv: 1.2.6 -> 1.4.0
2021-06-28 11:33:48 +02:00
Maciej Krüger
110a85fd36
distrobuilder: 2019_10_07 -> 1.2
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-28 06:17:26 +02:00
Maximilian Bosch
71057c9302
Merge pull request #128456 from r-ryantm/auto-update/gpg-tui
...
gpg-tui: 0.6.0 -> 0.6.1
2021-06-27 22:55:33 +02:00
R. RyanTM
d4ae12779a
gpg-tui: 0.6.0 -> 0.6.1
2021-06-27 18:59:02 +00:00
R. RyanTM
29b2c507b8
goreleaser: 0.168.0 -> 0.172.0
2021-06-27 18:41:04 +00:00
Dave Gallant
130932bacb
awscli2: 2.2.4 -> 2.2.14
2021-06-27 12:59:10 -04:00
Sandro
887c37ead2
Merge pull request #128309 from rhoriguchi/master
...
fancy-motd: unstable-2021-05-26 -> unstable-2021-06-27
2021-06-27 18:49:02 +02:00
Johannes Arnold
25d2223859
ytmdl: 2021.05.26 -> 2021.06.26 ( #128256 )
...
* ytmdl: 2021.05.26 -> 2021.06.26
* Update pkgs/tools/misc/ytmdl/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 18:42:55 +02:00
Sandro
32efc3febc
Merge pull request #128249 from fabaff/lethe
2021-06-27 18:41:59 +02:00
Sandro
538bd1dd98
Merge pull request #128253 from fabaff/cocom
2021-06-27 18:35:18 +02:00
Sandro
11460bf1a7
Merge pull request #128250 from berbiche/bottom-0.6.2
...
bottom: 0.6.1 -> 0.6.2
2021-06-27 18:26:25 +02:00
Sandro
fd39aa2f89
Merge pull request #128244 from servalcatty/v2ray
2021-06-27 18:26:15 +02:00
Sandro
ad18cf9e5a
Merge pull request #128317 from kira-bruneau/mangohud
...
mangohud: 0.6.3 → 0.6.4
2021-06-27 18:03:12 +02:00
Sandro
d9c207f8dc
Merge pull request #128319 from fortuneteller2k/stevenblack-blocklist
2021-06-27 18:00:41 +02:00
Johan Thomsen
df7bc16974
ceph-csi: init at 3.3.1 ( #123472 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 17:16:00 +02:00
fortuneteller2k
34131ae728
stevenblack-blocklist: 3.7.9 -> 3.7.10
2021-06-27 22:37:14 +08:00
Kira Bruneau
4a9f048d89
mangohud: 0.6.3 → 0.6.4
2021-06-27 10:28:10 -04:00
Ryan Horiguchi
5ea390f6c0
fancy-motd: unstable-2021-05-26 -> unstable-2021-06-27
2021-06-27 14:43:39 +02:00
Martin Weinelt
f45ccc532b
fastd: 21 -> 22 ( #128301 )
...
https://fastd.readthedocs.io/en/latest/releases/v22.html
2021-06-27 14:38:34 +02:00
R. RyanTM
d1576d548a
languagetool: 5.3 -> 5.4
2021-06-27 08:32:58 +00:00
Fabian Affolter
ad8b52bfc2
cocom: init at 1.1.3
2021-06-26 23:53:41 +02:00
Fabian Affolter
ddc83acfa0
lethe: init at 0.5.1
2021-06-26 23:26:49 +02:00
Nicolas Berbiche
4efe1320e9
bottom: 0.6.1 -> 0.6.2
2021-06-26 17:25:04 -04:00
Serval
f02ad1d4a0
v2ray: 4.39.2 -> 4.41.0
2021-06-27 04:04:56 +08:00
Sandro
efb0ffbf00
Merge pull request #128179 from dotlambda/abcmidi-2021.06.24
...
abcmidi: 2021.05.25 -> 2021.06.24
2021-06-26 19:08:37 +02:00
Sandro
fcc061ae7f
Merge pull request #128137 from bbigras/neofetch
...
neofetch: add options for optional dependency
2021-06-26 18:49:28 +02:00
Fabian Affolter
6e289155b3
authoscope: renamed from badtouch ( #127953 )
2021-06-26 18:44:56 +02:00
Sandro
e14d3857a6
Merge pull request #128131 from Flakebi/salt
...
salt: 3003 -> 3003.1
2021-06-26 18:43:50 +02:00
Sandro
e60250f5de
Merge pull request #128171 from rhoriguchi/fancy-motd
...
fancy-motd: unstable-2021-05-20 -> unstable-2021-06-26
2021-06-26 18:42:40 +02:00
Sandro
3e643132ed
Merge pull request #127490 from ethancedwards8/hash-identifier
2021-06-26 18:34:37 +02:00
Sandro
f7a1f05eaf
Merge pull request #128200 from r-ryantm/auto-update/dnsproxy
2021-06-26 18:04:12 +02:00
Robert Schütz
a5260509a3
Merge pull request #128199 from dotlambda/spotdl-3.6.3
...
spotdl: 3.6.1 -> 3.6.3
2021-06-26 17:04:07 +02:00
Robert Schütz
ff5542ccef
Merge pull request #128177 from dotlambda/ytfzf-1.2.0
...
ytfzf: 1.1.6 -> 1.2.0
2021-06-26 16:25:36 +02:00
Robert Schütz
75366bb6d8
spotdl: 3.6.1 -> 3.6.3
...
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.2
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.3
2021-06-26 15:58:12 +02:00
maralorn
867c0f8540
Merge pull request #128158 from felixsinger/coreboot/fix-typo
...
coreboot-utils: Fix typo
2021-06-26 15:36:49 +02:00
R. RyanTM
31257ffdc3
dnsproxy: 0.37.7 -> 0.38.0
2021-06-26 13:21:59 +00:00