Commit Graph

18309 Commits

Author SHA1 Message Date
Peter Simons
d812d0f128
Merge pull request #50548 from r-ryantm/auto-update/tree
tree: 1.7.0 -> 1.8.0
2018-11-18 13:47:16 +01:00
Jörg Thalheim
f6fd7f44c7
Merge pull request #50523 from kierdavis/hashcat-5.0.0
hashcat: 4.2.1 -> 5.0.0
2018-11-18 12:11:58 +00:00
Renaud
9a9925efd7
Merge pull request #50490 from kalbasit/nixpkgs_add-amass
amass: init at 2.8.3
2018-11-18 12:37:20 +01:00
Jörg Thalheim
122f77a8d3
Merge pull request #50552 from r-ryantm/auto-update/twa
twa: 1.6.0 -> 1.6.2
2018-11-18 11:07:48 +00:00
Jörg Thalheim
61686e4957
Merge pull request #50565 from r-ryantm/auto-update/shc
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2018-11-18 11:05:09 +00:00
Jörg Thalheim
60ee032c39
shc: update homepage 2018-11-18 11:04:03 +00:00
Orivej Desh
e66d263f6b eigen3_3: move version overrides to all-packages.nix 2018-11-18 10:53:25 +00:00
Jörg Thalheim
95eeb82923
Merge pull request #50564 from r-ryantm/auto-update/rdfind
rdfind: 1.3.5 -> 1.4.1
2018-11-18 10:46:35 +00:00
R. RyanTM
3bfc2d29cd shc: 3.9.6 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2018-11-18 00:59:14 -08:00
R. RyanTM
2e0f2b4fb9 rdfind: 1.3.5 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdfind/versions
2018-11-18 00:47:21 -08:00
R. RyanTM
f1faaec5ab twa: 1.6.0 -> 1.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/twa/versions
2018-11-17 23:41:50 -08:00
R. RyanTM
af22c2bd7b tree: 1.7.0 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tree/versions
2018-11-17 23:04:14 -08:00
Wael M. Nasreddine
94ee915980
amass: init at 2.8.3 2018-11-17 21:29:33 -08:00
Jan Tojnar
d97702e03f
Merge pull request #50528 from jtojnar/repology-fixes
Repology fixes
2018-11-18 02:13:52 +01:00
Jan Tojnar
8c10401e69
createrepo_c: 0.11.0 → 0.11.1 2018-11-18 02:11:26 +01:00
Renaud
866b1dbeda
glogg: init at 1.1.4
(#50520)
2018-11-17 23:04:41 +01:00
Jörg Thalheim
cbea2201db
nixopsUnstable: 1.6.1pre2622_f10999a -> 1.6.1pre2706_d5ad09c
This fixes evaluation with the latest master.
2018-11-17 21:24:42 +00:00
Jan Tojnar
04016f3076
ostree: 2018.8 → 2018.9 2018-11-17 22:03:49 +01:00
Jörg Thalheim
1156427ac0
Merge pull request #50513 from layer-3-communications/add-openconnect-pa
Add openconnect pa
2018-11-17 20:41:39 +00:00
Jan Tojnar
d561b17695
librepo: 1.8.1 → 1.9.2 2018-11-17 21:35:33 +01:00
chessai
88eb07017f
remove unnecessary whitespace 2018-11-17 15:11:59 -05:00
Kier Davis
df462d09e4
hashcat: 4.2.1 -> 5.0.0
This introduces a dependency on xxHash. Unfortunately, hashcat's
build system wants to rebuild xxHash from the source code located
in `<hashcat source root>/deps/git/xxHash`, a Git submodule whose
contents are not included in the source tarball we currently
download.

This could be fixed by either using a recursive git clone instead
a tarball download, or patching the build files to use an existing
installation of xxHash (i.e. the one already provided by Nix). I
believe the latter is preferable since it avoids the situation in
which the xxHash version used by hashcat is different to the xxHash
version used by all other Nix packages.

Fortunately, this situation has been greatly improved [1] since
release 5.0.0; the next release of hashcat should drop usage of
git submodules and provide better support for using existing
installations of dependencies.

[1] 4177e1ee28
2018-11-17 20:10:52 +00:00
chessai
5b0f33a8ab
use rec instead of let ... in 2018-11-17 15:08:41 -05:00
worldofpeace
86dc05c920
Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 15:03:53 -05:00
chessai
2517ca5488 add outsputs 'out' and 'dev' 2018-11-17 15:01:18 -05:00
worldofpeace
b8ff9f5cf1 Update pkgs/tools/networking/openconnect_pa/default.nix
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:26 -05:00
chessai
d79d7fbde9 add missing unstable 2018-11-17 14:57:25 -05:00
chessai
d812e296b6 change version to unstable-YYYY-MM-DD as per policy 2018-11-17 14:57:25 -05:00
worldofpeace
b3525cd210 Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:25 -05:00
chessai
b3ce4cd77f remove unused postInstall 2018-11-17 14:57:25 -05:00
worldofpeace
e5df59548e Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:25 -05:00
Renaud
f98c31d0f5
Merge pull request #50506 from c0bw3b/pkg/stressng
stress-ng: 0.06.14 -> 0.09.46
2018-11-17 19:36:48 +01:00
c0bw3b
e76c6e280c stress-ng: 0.06.14 -> 0.09.46 2018-11-17 19:16:27 +01:00
chessai
5da470d9fd openconnect_pa: init at 7.08 2018-11-17 11:41:20 -05:00
chessai
528b4d8727 add openconnect fork that has support for Palo Alto Network's globalprotect protocol 2018-11-17 11:26:43 -05:00
Charles Duffy
9eefb443f3 squashfsTools: incorporate 4k-alignment option patch (#49200) 2018-11-17 15:44:19 +00:00
Jörg Thalheim
dfd77bc26f
Merge pull request #50459 from marsam/feature/netdata-darwin
netdata: 1.10.0 -> 1.11.0
2018-11-17 15:01:06 +00:00
Bart Brouns
2d96b9a294 liquidsoap: make it find ladspa plugins (#49891)
* liquidsoap: make it find ladspa plugins

* liquidsoap: cleanup
Moved makeWrapper and pkgconfig to nativeBuildInputs
Refreshed meta.homepage
2018-11-17 15:25:23 +01:00
Renaud
93b68639f8
Merge pull request #50493 from michaelpj/imp/desktop-file-utils-patch
desktop-file-utils: use patch for font media type
2018-11-17 14:27:20 +01:00
Michael Peyton Jones
a953f01cd2
desktop-file-utils: use patch for font media type
Upstream seems to release very slowly - this commit has been in for some
time, but they haven't cut a new release.

Fixes #50402.
2018-11-17 12:08:50 +00:00
Linus Heckemann
ff15da0b06
Merge pull request #50478 from Vskilet/fprintd-fix
nixos/fprintd : use correct path for read/write configuration
2018-11-17 08:19:10 +01:00
Jörg Thalheim
348b7b8be9 nixos/netdata: own plugins must the looked up first
Otherwise netdata will not find python modules.
To make sure netdata still pick up our setuid version of apps.plugin
we rename the original executable.
2018-11-16 11:24:27 -05:00
Jörg Thalheim
d417ca7ba9 netdata: Disable files in /etc and /var 2018-11-16 11:24:27 -05:00
Mario Rodas
49ac683e70 netdata: 1.10.0 -> 1.11.0 2018-11-16 11:24:27 -05:00
Linus Heckemann
55c9afc140 at: run tests 2018-11-16 16:45:08 +01:00
Victor SENE
a70779458a use correct path for read/write configuration 2018-11-16 16:05:02 +01:00
Robert Schütz
01763ed4a8 abcm2ps: 8.14.0 -> 8.14.1 2018-11-16 15:00:53 +01:00
Renaud
8a1127a7c9
Merge pull request #50406 from coretemp/feature/sops
sops: 3.1.0 -> 3.2.0
2018-11-15 23:04:05 +01:00
Jörg Thalheim
3516b2dad2
Merge pull request #37658 from pbogdan/gnumake3-remove
gnumake3: remove
2018-11-15 21:12:52 +00:00
hyperfekt
31d72972f7
home-manager: 2018-06-14 -> 2018-11-04 2018-11-15 19:39:23 +01:00