R. RyanTM
e5a3c39545
cpp-utilities: 5.10.5 -> 5.11.0
2021-08-04 03:53:59 +00:00
Bernardo Meurer
39bce8345f
Merge pull request #126798 from lovesegfault/nixos-hqplayerd
...
nixos/hqplayerd: init
2021-08-03 23:23:45 +00:00
Bernardo Meurer
05cba47810
nixos/hqplayerd: init
2021-08-03 15:54:23 -07:00
Michael Weiss
c9f8846d6a
Merge pull request #132606 from primeos/chromiumDev
...
chromiumDev: 93.0.4577.18 -> 94.0.4595.0
2021-08-04 00:54:17 +02:00
Michael Weiss
f9eb20c0a9
chromiumDev: 93.0.4577.18 -> 94.0.4595.0
2021-08-04 00:29:45 +02:00
Michael Weiss
e143dc53b2
chromium: update.py: Implement automatic committing of the updates
...
This functionality saves some unnecessary work.
2021-08-04 00:29:34 +02:00
Silvan Mosberger
f0fda3bf55
Merge pull request #131267 from blaggacao/fix-functionArgs
...
lib: fix functionArgs for functors
2021-08-04 00:02:57 +02:00
Robert Helgesson
1ab9b0e31d
svtplay-dl: 4.1 -> 4.2
2021-08-03 23:44:11 +02:00
Harrison Houghton
9a623367ad
manim: fix
...
Turns out that O and 0 are different characters, even though they look
the same in many monospace fonts (including mine). Unfortunately, they
look very different to grep -F...
2021-08-03 23:42:43 +02:00
David Arnold
cf8e219b7e
lib: fix functionArgs for functors
...
`functionArgs` should give valid results on
functions that have been identified with `lib.isFunction`
instead of erroring out.
2021-08-03 16:40:58 -05:00
Bernardo Meurer
0af1298ac9
hqplayerd: 4.24.2-63 -> 4.25.0-64
2021-08-03 14:21:07 -07:00
Bernardo Meurer
bb15a691f2
hqplayerd: fix web output dir
2021-08-03 14:21:06 -07:00
Sandro
a79a5b880c
Merge pull request #132428 from newAM/probe-run
...
probe-run: 0.2.4 -> 0.2.5
2021-08-03 21:00:41 +00:00
Sandro
87a8e7ed24
Merge pull request #132530 from fabaff/bump-sqlmap
...
python3Packages.sqlmap: 1.5.7 -> 1.5.8
2021-08-03 21:00:18 +00:00
Sandro
b2412ac2e9
Merge pull request #132520 from Stunkymonkey/games-phases
2021-08-03 20:59:54 +00:00
Sandro
a1fc4daa85
Merge pull request #132563 from dali99/add_randtype
...
randtype: init at 1.13
2021-08-03 20:48:55 +00:00
sternenseemann
148d73fc74
pkgsLLVM.stdenv: use lld again
...
PR #122778 allowed the linker being chosen independently from useLLVM
which also affected pkgsLLVM where we were relying on this behavior.
For platform sets assembled from scratch useLLVM still implies
linker == "lld", however in the case of pkgsLLVM we update the current
platform via the set update operator which means that `linker` won't
be re-evaluated. Using ld.bfd with pkgsLLVM is okay to a certain extent,
but with C++ things begin to break.
We fix this by setting linker explicitly.
2021-08-03 22:39:29 +02:00
Bernardo Meurer
974e1b51d6
Merge pull request #132519 from lovesegfault/networkaudiod
...
networkaudiod: init
2021-08-03 19:47:27 +00:00
Fabian Affolter
4c01bb2832
python3Packages.sqlmap: 1.5.7 -> 1.5.8
2021-08-03 21:23:56 +02:00
davidak
8ff76e34e0
Merge pull request #132575 from cust0dian/restic-0.12.1
...
restic: 0.12.0 -> 0.12.1
2021-08-03 21:07:17 +02:00
Gabriel Ebner
16240ddd81
Merge pull request #132570 from yu-re-ka/feature/emscripten-bind-cache
...
emscripten: generate libembind*.a
2021-08-03 21:05:57 +02:00
Sandro
beb8b3d8cc
Merge pull request #132569 from SuperSandro2000/act
...
act: 0.2.23 -> 0.2.24
2021-08-03 18:56:14 +00:00
Sandro
62b593f59f
Merge pull request #132081 from kidonng/patch-1
...
less: 581.2 -> 590
2021-08-03 18:55:24 +00:00
davidak
53fc3687c3
Merge pull request #132546 from bobby285271/quilter
...
quilter: drop package
2021-08-03 20:46:28 +02:00
Serg Nesterov
c69f341a05
restic: 0.12.0 -> 0.12.1
2021-08-03 21:44:33 +03:00
Yureka
800ba0d58b
emscripten: generate libembind*.a
...
Previously building applications/libraries with "--bind" would not be
covered by the cache.
2021-08-03 20:23:29 +02:00
Doron Behar
2ffb02ccd7
Merge pull request #132544 from ncfavier/alacritty
...
alacritty: 0.8.0 -> 0.9.0
2021-08-03 18:20:32 +00:00
adisbladis
8372b522ee
Merge pull request #132566 from adisbladis/emacs-manual-pkgs-fixes
...
Emacs manually packaged build fixes
2021-08-03 13:16:30 -05:00
Sandro Jäckel
d4e9b89eca
act: 0.2.23 -> 0.2.24
2021-08-03 20:07:42 +02:00
adisbladis
a63d57e0eb
Merge pull request #132568 from adisbladis/emacs-drop-legacy-aliases
...
emacs.pkgs: Drop legacy aliases
2021-08-03 13:02:51 -05:00
adisbladis
03bb707cb2
emacs.pkgs.font-lock-plus: Fix build
2021-08-03 12:59:01 -05:00
sternenseemann
b6d8e46a57
ocamlPackages.decompress: 1.4.1 -> 1.4.2
...
https://github.com/mirage/decompress/releases/tag/v1.4.2
2021-08-03 19:57:29 +02:00
sternenseemann
1666ffebb1
ocamlPackages.checkseum: 0.3.1 -> 0.3.2
...
https://github.com/mirage/checkseum/releases/tag/v0.3.2
2021-08-03 19:57:29 +02:00
adisbladis
6b5ca7a2c7
release-notes: Add notice regarding dropped Emacs aliases
2021-08-03 12:52:17 -05:00
adisbladis
04855119e9
emacs.pkgs.manualPackages: Remove legacy aliases
...
These aliases have been deprecated for years and there isn't a good
reason to keep them around.
2021-08-03 12:44:11 -05:00
adisbladis
590b6cd401
emacs.pkgs.manualPackages: Remove legacy aliases from deprecated infra
...
These aliases have been deprecated for years and there isn't a good
reason to keep them around.
2021-08-03 12:42:23 -05:00
adisbladis
b7cc72a05a
emacs.pkgs.telega: Fix build
2021-08-03 12:34:35 -05:00
adisbladis
66ca43e783
emacs.pkgs.haskell-unicode-input-method: Fix build
2021-08-03 12:24:37 -05:00
adisbladis
dcde308964
emacs.pkgs.elisp-ffi: Fix build
2021-08-03 12:24:37 -05:00
adisbladis
c65c395b17
emacsPackages.matrix-client: Fix build
...
Build was broken by https://github.com/NixOS/nixpkgs/pull/129458 .
2021-08-03 12:24:37 -05:00
Gabriel Ebner
8a8acb893e
Merge pull request #132561 from yu-re-ka/feature/emscripten-libc-mt
...
emscripten: build multi-threaded libc
2021-08-03 19:12:54 +02:00
Vinícius Müller
f4799162c3
vimPlugins.vim-lfe: init at 2018-04-30
2021-08-03 09:50:12 -07:00
Vinícius Müller
93bb396edb
vimPlugins: update
2021-08-03 09:50:12 -07:00
Daniel Olsen
7467b025a0
randtype: init at 1.13
2021-08-03 18:14:09 +02:00
Artturi
61dd23eeaf
samba4: add wrapPythonPrograms ( #132373 )
2021-08-03 12:07:23 -04:00
Yureka
7e2a1bb7dd
emscripten: build multi-threaded libc
2021-08-03 18:02:37 +02:00
Matthieu Coudron
78090fd990
kubernetes-helm-wrapped: fix the wrapper
...
placeholder out doesn't return a full store path so fixing the derivation
2021-08-03 16:48:42 +02:00
Andrey Kuznetsov
e03daba08c
vimPlugins.telescope-fzf-native-nvim: enable build phase
2021-08-03 16:47:12 +02:00
Bobby Rong
d4fe38632e
quilter: drop package
2021-08-03 22:40:25 +08:00
Ryan Mulligan
f15153f9e4
Merge pull request #132483 from r-ryantm/auto-update/bupstash
...
bupstash: 0.10.0 -> 0.10.2
2021-08-03 07:38:02 -07:00