Commit graph

101498 commits

Author SHA1 Message Date
Tuomas Tynkkynen 9483359887 linuxPackages.tp_smapi: Use common-updater/update-source-version script
This way we have the benefit of the usual Nixpkgs style, and gain a
slight reduction in amount of code in the updater.

Also use callPackage to reduce duplication of the dependencies of the
update script and use makeBinPath to make things neater.
2017-02-19 16:51:17 +02:00
Tuomas Tynkkynen b53c53b1b4 maintainers: Add script to patch version/sha256 in .nix files
Adds a script to help automatically upgrading packages: this one can
patch name/version attributes like:
    version = "50.1.0";
    name = "bc-1.06";
... to the given version, and updates the sha256 hash to match.

Usage is:

update-source-version <attr> <new-version> [<new-source-hash>]

where:
    - attr is the attribute path of the package
    - new-version is the version string to be patched in
    - new-source-hash is the optional sha256/etc. hash of the source.
      If not given, the script will automatically calculate it.

This is added to a subdirectory where other useful scripts can be added
in the future, like figuring out the newest version from a git repo or
GitHub releases etc.
2017-02-19 16:51:17 +02:00
Joachim F 6dbe55ca68 Merge pull request #20456 from ericsagnes/feat/loaf-dep-1
Use attrsOf in place of loaOf when relevant
2017-02-19 15:49:25 +01:00
Joachim F e6a20759aa Merge pull request #22913 from pradeepchhetri/serf
serf: 20150515 -> 0.8.1
2017-02-19 15:26:53 +01:00
Joachim F ecdfffd9fc Merge pull request #22433 from laMudri/xfwm-option
xfce: make xfwm optional
2017-02-19 15:26:07 +01:00
Pradeep Chhetri 0360e61d88 serf: 20150515 -> 0.8.1 2017-02-19 19:45:48 +05:30
Lancelot SIX f149a32315 Merge pull request #22957 from asymmetric/glances-2.8.2
glances: 2.7.1_1 -> 2.8.2

Built and tested locally.
2017-02-19 15:08:53 +01:00
Graham Christensen ee75effc15 Merge pull request #22992 from LnL7/redis-3.2.8
redis: 3.2.7 -> 3.2.8
2017-02-19 08:44:48 -05:00
Arseniy Seroka fe5ea1ba82 Merge pull request #22742 from volhovM/feature/fix-orgmode-parse-tests
Disable orgmode-parse tests in configuration-common.nix
2017-02-19 16:16:54 +03:00
Daiderd Jordan d01f1690d3
redis: 3.2.7 -> 3.2.8 2017-02-19 13:52:08 +01:00
Vincent Laporte 203e3c5292 trv: fix the propagate build inputs 2017-02-19 11:38:29 +00:00
sternenseemann a452714799 ocaml-cow: init at 2.2.0 2017-02-19 11:16:25 +00:00
Nikolay Amiantov f1e7a60b16
dnsutils: +sigchase support for dig
Fixes #10728, closes #22989.
The dnsutils output got ~60kiB bigger, and I see no extra runtime deps.
2017-02-19 12:13:05 +01:00
Vincent Laporte d2a4a84f00 ocamlPackages.uri: 1.9.1 -> 1.9.2
The old version is also kept, under the attribute `uri_p4`.
It is built against `sexplib` version prior to 113.33 and needed by `trv`.
2017-02-19 11:57:24 +01:00
Benno Fünfstück 785fbfac65 haskell: add nix-specific fixes for various packages in stackage"
This reverts commit fd0e0cdc76.

http-streams test suite is no longer broken, but still needs to be
disabled due to cyclic dependencies (http-streams(test) -> snap ->
http-streams)
2017-02-19 11:34:21 +01:00
Daiderd Jordan 16fd03ddaa Merge pull request #22907 from wizeman/u/upd-rust
rustc: 1.15 -> 1.15.1
2017-02-19 10:51:10 +01:00
Joachim F 184f574283 Merge pull request #22915 from pradeepchhetri/envconsul
envconsul: init at 0.6.2
2017-02-19 10:23:58 +01:00
Joachim F ac7c0208e8 Merge pull request #22982 from dtzWill/fix/creduce-wrapper
creduce: Use wrapper instead of propagatedUserEnvPkgs
2017-02-19 10:22:49 +01:00
Jörg Thalheim 0361776764
pyroute2: 0.4.12 -> 0.4.13 2017-02-19 09:58:13 +01:00
Nikolay Amiantov 362ef377c8 nvidia_x11.settings: link dlopen'ed libraries 2017-02-19 11:53:23 +03:00
Nikolay Amiantov b322271dd6 pythonPackages.webassets: 0.12 -> 0.12.1
Fixes #22965
2017-02-19 11:35:59 +03:00
aszlig 6d6cf3f24a
Merge pull request #22551 (paperwork locale path)
Fixes the locale path, which I got wrong in
7199f1bd94.

It should have been "$out/share", because Paperwork itself already
appends /locale to the path.

Thanks to @symphorien for the fix.
2017-02-19 06:36:24 +01:00
sternenseemann 44820907af ocaml-ezjsonm: 0.4.1 -> 0.4.3 2017-02-19 04:53:44 +00:00
sternenseemann 4f0feb4f5f ocaml-logs: init at 0.6.2 2017-02-19 04:36:14 +00:00
Pradeep Chhetri 1973a29536 envconsul: init at 0.6.2 2017-02-19 09:36:39 +05:30
Rushmore Mushambi c9c7c3e9cd Merge pull request #22980 from rushmorem/intecture
intecture-agent: init at 0.3.0
2017-02-19 03:56:48 +02:00
Will Dietz 798e0f50f4 creduce: Use wrapper instead of propagatedUserEnvPkgs
Friendlier when installed,
fixes execution outside of NixOS.
2017-02-18 19:49:53 -06:00
rushmorem 87cf2231fa intecture-agent: init at 0.3.0 2017-02-19 03:49:33 +02:00
Rushmore Mushambi 0982d9b00f Merge pull request #22979 from rushmorem/intecture
intecture-auth: init at 0.1.0
2017-02-19 03:28:37 +02:00
rushmorem 31d4b7b830 intecture-auth: init at 0.1.0 2017-02-19 03:20:37 +02:00
sternenseemann d738ac4fd5 ocaml-angstrom: init at 0.3.0 2017-02-19 02:12:52 +01:00
Michele Guerini Rocco 1ae9b50a77 vapoursynth: disable OCR by default (#22943) 2017-02-19 02:11:08 +01:00
Rushmore Mushambi de4a17409f Merge pull request #22972 from rushmorem/incli
intecture-cli: init at 0.3.2
2017-02-19 02:45:36 +02:00
rushmorem af6c722a7b intecture-cli: init at 0.3.2 2017-02-19 02:35:47 +02:00
Tim Steinbach 7274fc32d2
linux: 4.4.48 -> 4.4.50 2017-02-18 18:40:04 -05:00
Tim Steinbach 2423313581
kernel: 4.9.10 -> 4.9.11 2017-02-18 18:33:36 -05:00
Peter Hoeg 993d2db029 libreoffice-fresh: build on hydra 2017-02-19 00:09:41 +01:00
Rushmore Mushambi bf51a20825 Merge pull request #22968 from rushmorem/rust-packages
rustPackages: update to latest
2017-02-19 00:55:06 +02:00
rushmorem 39aac045f6 rustPackages: update to latest 2017-02-19 00:50:05 +02:00
Robin Gloster 9326a89910
lvm: add missing dependency
fixes #14394
2017-02-18 23:17:14 +01:00
Rushmore Mushambi 23e2824d0f Merge pull request #22955 from rushmorem/czmq-update
czmq: v3.0.2 -> v4.0.2
2017-02-19 00:01:35 +02:00
rushmorem 3f09f8fa4d czmq: v3.0.2 -> v4.0.2 2017-02-18 23:54:50 +02:00
Robin Gloster 492101dfce
nixos-container: fix destroy with immutable /var/empty
fixes #21573
2017-02-18 22:51:21 +01:00
ikervagyok 0860565ee0 btrfs-dedupe: init at 1.1.0 (#22938) 2017-02-18 22:20:42 +01:00
Joachim Fasting ca016c2626
grsecurity: 4.9.10-201702152052 -> 4.9.11-201702181444 2017-02-18 22:01:16 +01:00
Rushmore Mushambi d4ae26a1fc Merge pull request #22960 from rushmorem/zmq-update
zmq: v4.2.0 -> v4.2.2
2017-02-18 22:56:05 +02:00
rushmorem 467f7d3f6c zmq: v4.2.0 -> v4.2.2 2017-02-18 22:52:02 +02:00
Lorenzo Manacorda fccea07869 glances: 2.7.1_1 -> 2.8.2 2017-02-18 20:27:23 +01:00
ndowens e3f5ebd38f worker: add version to name and so some minor cleanups (#22949) 2017-02-18 20:26:18 +01:00
Daiderd Jordan 6561fafb4a Merge pull request #22951 from ndowens/epic5
epic5: changed rm, cp, chmod to use pkgs.coreutils
2017-02-18 20:25:29 +01:00