1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00
Commit graph

3242 commits

Author SHA1 Message Date
Vladimír Čunát bc90fe1fbb
Merge #30371: update misc. gnome3-related libraries 2017-11-06 13:00:15 +01:00
Jan Tojnar cdd40ba79e
colord: 1.2.12 → 1.4.1 2017-11-05 20:44:15 +01:00
Jan Tojnar db16b93039
ostree: 2017.9 → 2017.12 2017-11-05 20:44:13 +01:00
Orivej Desh dcf16a83fe
Merge pull request #31277 from rnhmjoj/bdf2psf
bdf2psf 1.158 -> 1.170
2017-11-05 17:03:14 +00:00
rnhmjoj c47ac4d2ad ddcutil: 0.8.2 -> 0.8.4 2017-11-05 17:51:32 +01:00
Jan Tojnar 1d55dd3d13
fwup: 0.14.3 → 0.16.1 2017-11-05 17:02:29 +01:00
rnhmjoj 8877ba4c0f
bdf2psf 1.158 -> 1.170 2017-11-05 15:41:13 +01:00
Tim Steinbach 21b587a6dd
Merge pull request #31232 from mimadrid/update/tmuxp-1.3.4
tmuxp: 1.3.1 -> 1.3.4
2017-11-04 10:58:27 -04:00
Daiderd Jordan 0d95b319c0
Merge pull request #31234 from mimadrid/update/rlwrap-0.43
rlwrap: 0.42 -> 0.43
2017-11-04 11:56:19 +01:00
Daiderd Jordan 7ada6b5ad2
Merge pull request #31229 from mimadrid/update/fzf-0.17.1
fzf: 0.17.1
2017-11-04 11:50:19 +01:00
mimadrid c375ed9b86
rlwrap: 0.42 -> 0.43 2017-11-04 09:29:49 +01:00
mimadrid 16172d4299
fzf: 0.17.1 2017-11-04 08:36:33 +01:00
mimadrid 765091d80b
tmuxp: 1.3.1 -> 1.3.4 2017-11-04 08:25:03 +01:00
Tuomas Tynkkynen d2717a55d9 ethtool: 4.11 -> 4.13 2017-11-03 21:25:41 +02:00
Casey Ransom b62992a483
kisslicer: init at 1.6.2 2017-11-02 18:01:18 +01:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Mateusz Kowalczyk e1d7f7ba82 cloc: fix sourceRoot 2017-11-01 21:41:18 +00:00
Orivej Desh 6e02ddc926
Merge pull request #31041 from matthiasbeyer/update-my-packages
Update a few packages
2017-10-31 17:21:00 +00:00
Michael Weiss 8e91f4ea91 lf: 2017-09-06 -> 2017-10-30 2017-10-31 16:56:40 +01:00
Matthias Beyer 713a7b65e7 vdirsyncer: 0.15.0 -> 0.16.3 2017-10-31 16:27:23 +01:00
Peter Hoeg 369056394f
Merge pull request #31020 from peterhoeg/p/mht
mht2htm: init at 1.8.1.35
2017-10-31 22:08:07 +08:00
Peter Hoeg 12da0b5f45 mht2htm: init at 1.8.1.35 2017-10-31 22:07:23 +08:00
Frederik Rietdijk f04f30fd2d
Merge pull request #30921 from andir/vdirsyncer-requests_oauthlib
vdirsyncer: added requests_oauthlib to propagatedBuildInputs
2017-10-29 18:28:55 +01:00
Andreas Rammhold 335add9e0c vdirsyncer: added requests_oauthlib to propagatedBuildInputs
vdirsyncer requires `requests_oauthlib` in order to work with google
calendar sync services
2017-10-29 11:41:49 +01:00
Jörg Thalheim a83e71900b
Merge pull request #30840 from dywedir/fd
fd: 4.0.0 -> 5.0.0
2017-10-28 13:31:33 +01:00
mimadrid 01e47d6bb5
arp-scan: fix homepage url 2017-10-28 11:18:25 +02:00
dywedir e61ef03c02 fd: 4.0.0 -> 5.0.0 2017-10-27 00:08:49 +03:00
Tuomas Tynkkynen 1cea1b66a4 ding-libs: 0.6.0 -> 0.6.1 2017-10-25 19:36:30 +03:00
Yellow Ghost 646a77739b
notify-desktop: init at 0.2.0
notify-desktop package added

improved code synopsis
2017-10-24 15:25:49 +02:00
Peter Hoeg 707b6b12cc minicom: 2.7 -> 2.7.1 2017-10-24 18:07:34 +08:00
Tristan Helmich b752a9e433 graylog: 2.3.1 -> 2.3.2 2017-10-24 11:34:45 +02:00
Lancelot SIX 131b7c2890
screen: 4.6.1 -> 4.6.2
See http://lists.gnu.org/archive/html/info-gnu/2017-10/msg00006.html
for release information
2017-10-23 15:58:51 +02:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Tuomas Tynkkynen ac2acca7d9 Merge remote-tracking branch 'upstream/staging' into master 2017-10-22 18:16:17 +03:00
Tuomas Tynkkynen 3ad02bb1fb less: 487 -> 520 2017-10-22 01:40:58 +03:00
dywedir 582afac3cb fzy: 0.7 -> 0.9 2017-10-22 00:33:19 +02:00
mimadrid a8b3029c66 tmuxinator: 0.9.0 -> 0.10.0 2017-10-21 16:39:23 +03:00
dywedir 1f2d1ac92b youtube-dl: 2017.10.01 -> 2017.10.20 2017-10-21 14:49:28 +02:00
André-Patrick Bubel 4a8116ce5d
yubico-piv-tool: 1.3.0 -> 1.4.4 2017-10-21 03:03:49 +02:00
John Ericson ee9c59c5b3 Merge remote-tracking branch 'channels/nixpkgs-unstable' into staging 2017-10-18 14:53:30 -04:00
Nikolay Amiantov cb744d55c5 snapper: fix build with new boost 2017-10-18 03:15:23 +03:00
Jörg Thalheim 9e3771c20d Merge pull request #30487 from utdemir/update-kt
kt: 11.1.0 -> 12.1.0
2017-10-17 02:24:35 +01:00
Utku Demir 30c63ace56 kt: 11.1.0 -> 12.1.0 2017-10-17 11:57:38 +13:00
Jörg Thalheim e4532af925 Merge pull request #30421 from KaiHa/lbdb-0.44
lbdb: 0.38 -> 0.44
2017-10-16 08:46:22 +01:00
Kai Harries c37198e81d lbdb: 0.38 -> 0.44 2017-10-14 22:02:13 +02:00
Vladimír Čunát 6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Keshav Kini 47d8cd9b67 expect: update website URL
expect.nist.gov no longer resolves.  It seems the website has been
moved to http://expect.sourceforge.net/ , though there is also a page
on nist.gov at https://www.nist.gov/services-resources/software/expect
.
2017-10-13 13:05:28 +02:00
mimadrid 393a2ea979 fzf: 0.17.0 -> 0.17.0-2 2017-10-12 21:31:17 +02:00
Joerg Thalheim 3541b9a72e autorandr: put xrandr into PATH 2017-10-09 23:46:40 +01:00
Robert Schütz 2c4b6e6e9a ttwatch: 2017-04-20 -> 2017-09-26 2017-10-09 12:12:11 +02:00