ahiaao
b08aab73db
ocamlPackages.nocrypto: Fixed crashes caused by build nondeterminism
2020-02-01 10:49:08 +01:00
Mario Rodas
96929b3e31
Merge pull request #78818 from r-ryantm/auto-update/scid-vs-pc
...
scid-vs-pc: 4.20 -> 4.21
2020-02-01 04:31:50 -05:00
Mario Rodas
ea6fcc0e1f
Merge pull request #78977 from r-ryantm/auto-update/hylafaxplus
...
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 04:29:24 -05:00
Mario Rodas
3232b1d71b
Merge pull request #78992 from xrelkd/update/brook
...
brook: 20200102 -> 20200201
2020-02-01 04:26:05 -05:00
Mario Rodas
58853f881c
Merge pull request #78987 from marsam/update-procs
...
procs: 0.9.2 -> 0.9.5
2020-02-01 04:21:02 -05:00
Mario Rodas
ea193e0555
Merge pull request #78828 from r-ryantm/auto-update/rshell
...
rshell: 0.0.25 -> 0.0.26
2020-02-01 04:16:27 -05:00
Mario Rodas
c8af1bef6e
Merge pull request #78833 from r-ryantm/auto-update/snakemake
...
snakemake: 5.8.1 -> 5.9.1
2020-02-01 04:11:11 -05:00
Mario Rodas
611971f9a5
Merge pull request #78849 from r-ryantm/auto-update/tetgen
...
tetgen: 1.5.0 -> 1.5.1
2020-02-01 04:10:16 -05:00
Eelco Dolstra
eaf1fbaef4
nixos-rebuild: --use-remote-sudo does not take an argument
...
Also remove outdated comment about trailing space.
2020-02-01 10:09:33 +01:00
Mario Rodas
8aa3473514
Merge pull request #78842 from r-ryantm/auto-update/supercollider
...
supercollider: 3.10.3 -> 3.10.4
2020-02-01 04:09:11 -05:00
Mario Rodas
e72c14a0a9
Merge pull request #78844 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.10.14 -> 0.10.16
2020-02-01 04:07:12 -05:00
Mario Rodas
337407eaa8
Merge pull request #78861 from r-ryantm/auto-update/worker
...
worker: 4.1.0 -> 4.2.0
2020-02-01 04:05:38 -05:00
Mario Rodas
3215487b3a
Merge pull request #78911 from r-ryantm/auto-update/blugon
...
blugon: 1.11.4 -> 1.12.0
2020-02-01 04:03:28 -05:00
Maximilian Bosch
7f49fa63ca
Merge pull request #75439 from Ma27/submodule-fixes-for-nixos-option
...
nixos/nixos-option: fix evaluator to render a full submodule entry
2020-02-01 10:00:59 +01:00
Mario Rodas
1e5cfc9cc8
cointop: 1.4.1 -> 1.4.4
2020-02-01 09:56:38 +01:00
Vladimír Čunát
31ab6fdec5
Merge #78978 : lua5: Fix src URLs
...
The rebuilds happen because changing the end-part of URL
changes the name of the resulting file as placed into nix store
(those names were wrong/confusing before this change)
2020-02-01 09:52:56 +01:00
Maximilian Bosch
f9bb054180
Merge pull request #78968 from ju1m/nsd_types_lines
...
nsd : use types.lines where appropriate
2020-02-01 09:51:23 +01:00
Maximilian Bosch
56dd9559dd
Merge pull request #78982 from r-ryantm/auto-update/latex2html
...
latex2html: 2019.2 -> 2020
2020-02-01 09:30:03 +01:00
Maximilian Bosch
012b89f1bc
Merge pull request #78989 from marsam/update-tflint
...
tflint: 0.13.3 -> 0.14.0
2020-02-01 09:27:15 +01:00
worldofpeace
8a8f03e40e
Merge pull request #78839 from worldofpeace/update-xfce-docs
...
Update xfce docs
2020-02-01 03:26:29 -05:00
Maximilian Bosch
c20642fad4
Merge pull request #78988 from marsam/update-spotify-tui
...
spotify-tui: 0.12.0 -> 0.13.0
2020-02-01 09:12:47 +01:00
xrelkd
05a3625d36
brook: 20200102 -> 20200201
2020-02-01 13:52:20 +08:00
Mario Rodas
06fb4faffd
Merge pull request #78985 from marsam/update-broot
...
broot: 0.12.0 -> 0.12.2
2020-02-01 00:04:24 -05:00
R. RyanTM
afd0330e6f
latex2html: 2019.2 -> 2020
2020-02-01 04:03:41 +00:00
Ryan Mulligan
9435db4415
Merge pull request #78954 from r-ryantm/auto-update/simplenote
...
simplenote: 1.12.0 -> 1.14.0
2020-01-31 18:22:12 -08:00
Aaron Andersen
be1c62932f
Merge pull request #78802 from aanderse/httpd-cleanup
...
nixos/httpd: module cleanup
2020-01-31 21:09:25 -05:00
R. RyanTM
dd0efcdb0b
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 02:02:09 +00:00
Chuck
d13360bfb7
lua5: Fix src URLs
...
The 672c3c1d2a
refactor accidentally
dropped the last version component from the source URLs. This change
puts its back.
$ for lua in lua5_{1,2,3};do nix-instantiate --json --eval . -A $lua.src.urls | jq -r '.[]' | xargs nix-prefetch-url; done
Before this change:
lua-5.1.tar.gz 1hbjhh211p82vhwqhx4mmhmvhv56060acnka80gbmfdk3q3bjnvz (wrong hash because this is lua 5.1.0. We want 5.1.5 )
lua-5.2.tar.gz HTTP error 404
lua-5.3.tar.gz HTTP error 404
After this change:
lua-5.1.5.tar.gz 0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16
lua-5.2.4.tar.gz 0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr <-- Desired hash
lua-5.3.5.tar.gz 1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc
Converted to base16 with `nix-hash --type sha256 --to-base16`:
lua-5.1.5.tar.gz 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 <-- Desired hash
lua-5.2.4.tar.gz b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
lua-5.3.5.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac <-- Desired hash
2020-01-31 18:00:45 -08:00
Mario Rodas
7ec40ece4a
Merge pull request #78959 from kampka/drone-cli
...
drone-cli: 1.2.0 -> 1.2.1
2020-01-31 20:42:14 -05:00
Mario Rodas
6b9842c311
Merge pull request #78963 from r-ryantm/auto-update/ansifilter
...
ansifilter: 2.15 -> 2.16
2020-01-31 20:40:30 -05:00
Aaron Andersen
0224720562
nixos/httpd: provision log directory with tmpfiles instead of mkdir
2020-01-31 20:39:25 -05:00
Aaron Andersen
01ccb67598
nixos/httpd: code cleanup
2020-01-31 20:39:12 -05:00
Mario Rodas
fb6d39cbde
Merge pull request #78970 from zowoq/buildah
...
buildah: 1.13.1 -> 1.13.2
2020-01-31 20:38:55 -05:00
R. RyanTM
e39ecb09b7
gnome3.evolution: 3.34.2 -> 3.34.3 ( #78969 )
2020-02-01 02:30:05 +01:00
Evan Stoll
4b7e4e8b12
cockatrice: add evanjs to maintainers
2020-02-01 01:09:22 +00:00
Evan Stoll
9cc8ca50e9
cockatrice: remove spencerjanssen from maintainers
2020-02-01 01:09:22 +00:00
Evan Stoll
e801159c66
cockatrice: 2017-08-31 -> 2019-08-31
...
- formatting
- add wrapQtAppsHook
- use fetchFromGitHub instead of fetchurl
- don't construct name manually
- add homepage to meta
- remove repositories.get from meta
- use mkDerivation instead of stdenv.mkDerivation
- add qtwebsockets dependency
2020-02-01 01:09:22 +00:00
Timo Kaufmann
769928e213
Merge pull request #78779 from drewrisinger/dr-pr-python-cirq
...
python3Packages.cirq: init at 0.6.1
2020-02-01 00:29:53 +01:00
Marek Mahut
7b466774e9
Merge pull request #78896 from drewrisinger/dr-pr-lib-scs
...
lib.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 23:06:39 +01:00
Marek Mahut
fcd46443df
Merge pull request #78800 from yurrriq/update-scc
...
scc: 2.10.1 -> 2.11.0
2020-01-31 23:03:05 +01:00
Marek Mahut
25b0834b3d
Merge pull request #78888 from r-ryantm/auto-update/vnstat
...
vnstat: 2.4 -> 2.6
2020-01-31 23:02:44 +01:00
zowoq
eaea88814f
buildah: 1.13.1 -> 1.13.2
...
https://github.com/containers/buildah/blob/v1.13.2/CHANGELOG.md#v1132-2020-01-29
2020-02-01 07:44:44 +10:00
Peter Simons
f206eea2cf
ghc-8.10.x: add a bunch of jailbreaks to fix builds
2020-01-31 22:13:06 +01:00
Drew Risinger
c13bf84d45
libraries.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 16:05:05 -05:00
Drew Risinger
74a0d4dc3c
python3Packages.cirq: init at 0.6.1
...
Add Google's Cirq package.
Uses: Quantum information science.
2020-01-31 16:02:21 -05:00
Peter Simons
bf4169178e
Merge pull request #78906 from NixOS/haskell-updates
...
Update Haskell package set to LTS 14.22 (plus other fixes)
2020-01-31 21:40:50 +01:00
Peter Simons
a7712a1a31
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-16-g2971916 from Hackage revision
d77d0f7de2
.
2020-01-31 21:39:55 +01:00
Peter Simons
5e90d04ee7
haskell-bustle: simplify the override now that those changes are in cabal2nix
...
Might be of interest to @jtojnar.
2020-01-31 21:38:10 +01:00
Silvan Mosberger
0a351c3f65
dockerTools.*: Assertion against building for Darwin ( #77952 )
...
dockerTools.*: Assertion against building for Darwin
2020-01-31 21:17:40 +01:00
Peter Simons
6d068993b5
haskell-relude-6.0.0.0 does not pass its doctest suite
2020-01-31 21:05:56 +01:00