Mario Rodas
6494b44455
Merge pull request #107628 from marsam/update-pgcli
...
pgcli: 3.0.0 -> 3.1.0
2020-12-26 23:09:50 -05:00
Mario Rodas
ae55b36107
Merge pull request #107692 from NixOS/update-clair
...
clair: 2.1.4 -> 4.0.0
2020-12-26 23:08:00 -05:00
Mario Rodas
e8ee6c3511
Merge pull request #106779 from anhdle14/tfsec-0.36.10
...
tfsec: 0.27.0 -> 0.36.10
2020-12-26 21:57:26 -05:00
Anderson Torres
086946df11
Merge pull request #91203 from davidak/zsa
...
nixos/zsa: init at unstable-2020-12-16
2020-12-26 23:53:48 -03:00
Silvan Mosberger
9ed0fa8cf3
Merge pull request #106561 from esotericnonsense/esoteric/fix-aiomysql
...
python3Packages.aiomysql: fix patch to dependencies
2020-12-27 03:47:10 +01:00
markuskowa
1cf19342f4
Merge pull request #107686 from markuskowa/upd-slurm
...
slurm: 20.11.0.1 -> 20.11.2.1
2020-12-27 03:17:40 +01:00
Markus Kowalewski
38aeda920c
slurm: 20.11.0.1 -> 20.11.2.1
2020-12-27 02:48:57 +01:00
Sandro
9c304aa096
Merge pull request #103818 from sternenseemann/fonttools-4.17.0
...
pythonPackages.fonttools: 4.14.0 → 4.18.2
2020-12-27 02:38:28 +01:00
Sandro
819561a70b
Merge pull request #107651 from rmcgibbo/datasette
...
datasette: 0.46 -> 0.53
2020-12-27 02:25:54 +01:00
Sandro
441ccfeb5b
Merge pull request #104982 from sikmir/cudatext
...
cudatext: 1.115.0 → 1.118.2
2020-12-27 02:18:47 +01:00
Sandro
d8197b2961
Merge pull request #107560 from Vonfry/init/netease-music-tui
...
netease-music-tui: init at v0.1.2
2020-12-27 02:18:23 +01:00
Sandro
ff43f619a3
Merge pull request #107671 from r-ryantm/auto-update/python3.7-Flask-Testing
...
python37Packages.flask_testing: 0.8.0 -> 0.8.1
2020-12-27 02:15:51 +01:00
Sandro
c2dcb3b3e0
Merge pull request #107675 from r-ryantm/auto-update/python3.7-ciscomobilityexpress
...
python37Packages.ciscomobilityexpress: 0.3.9 -> 1.0.0
2020-12-27 01:53:16 +01:00
Robert Scott
23c1004704
Merge pull request #107454 from risicle/ris-credhub-cli
...
credhub-cli: init at 2.9.0
2020-12-27 00:51:35 +00:00
Sandro
ce8a3f7b6f
Merge pull request #107683 from blitz/fix-ckermit
...
kermit: use postPatch instead of patchPhase
2020-12-27 01:51:01 +01:00
Sandro
bdd6a432fd
Merge pull request #107615 from fabaff/naabu
...
naabu: init at 2.0.3
2020-12-27 01:38:25 +01:00
Julian Stecklina
a48184dccc
kermit: use postPatch instead of patchPhase
...
This is necessary to regain the ability to add patches via overrides.
2020-12-27 01:34:35 +01:00
Sandro
09794ef0dd
Merge pull request #107512 from thiagokokada/bump-cpuset
2020-12-27 01:23:58 +01:00
Fabian Affolter
79b930dc12
naabu: init at 2.0.3
2020-12-27 00:43:52 +01:00
Milan Pässler
44108c5d7c
gitlab: take care of vendorSha256 in updater script
2020-12-27 00:39:20 +01:00
Milan Pässler
3157904d4a
gitlab: remove unused deps.nix files
...
These were added again in https://github.com/NixOS/nixpkgs/pull/107558
because the update script still ran vgo2nix.
2020-12-27 00:39:20 +01:00
Pavol Rusnak
d91e6c32b9
Merge pull request #107672 from zowoq/youtube-dl-update
...
youtube-dl: 2020.12.22 -> 2020.12.26
2020-12-27 00:02:01 +01:00
R. RyanTM
499bcfd408
python37Packages.ciscomobilityexpress: 0.3.9 -> 1.0.0
2020-12-26 22:58:24 +00:00
Sandro
34423c290c
Merge pull request #107612 from TransientError/sccache-update
...
sccache: 0.2.13 -> 0.2.14
2020-12-26 23:49:40 +01:00
Florian Klink
8b4cf23bdb
Merge pull request #107553 from flokli/build-go-module-cross-cgo
...
buildGoModule: fix cross-compilation with CGO_ENABLED=1
2020-12-26 23:45:08 +01:00
Florian Klink
3c8981ee8b
buildGoModule: fix cross-compilation with CGO_ENABLED=1
...
When building a go binary that's linking against some .so/.a, while
cross-compiling, we need to pass the correct compiler, otherwise
`go build` will fail with the not-so helpful error message:
```
gcc_arm64.S: Assembler messages:
gcc_arm64.S:28: Error: no such instruction: `stp x29,x30,[sp,'
gcc_arm64.S:32: Error: too many memory references for `mov'
gcc_arm64.S:34: Error: no such instruction: `stp x19,x20,[sp,'
gcc_arm64.S:37: Error: no such instruction: `stp x21,x22,[sp,'
gcc_arm64.S:40: Error: no such instruction: `stp x23,x24,[sp,'
gcc_arm64.S:43: Error: no such instruction: `stp x25,x26,[sp,'
gcc_arm64.S:46: Error: no such instruction: `stp x27,x28,[sp,'
gcc_arm64.S:50: Error: too many memory references for `mov'
gcc_arm64.S:51: Error: too many memory references for `mov'
gcc_arm64.S:52: Error: too many memory references for `mov'
gcc_arm64.S:54: Error: no such instruction: `blr x20'
gcc_arm64.S:55: Error: no such instruction: `blr x19'
gcc_arm64.S:57: Error: no such instruction: `ldp x27,x28,[sp,'
gcc_arm64.S:60: Error: no such instruction: `ldp x25,x26,[sp,'
gcc_arm64.S:63: Error: no such instruction: `ldp x23,x24,[sp,'
gcc_arm64.S:66: Error: no such instruction: `ldp x21,x22,[sp,'
gcc_arm64.S:69: Error: no such instruction: `ldp x19,x20,[sp,'
gcc_arm64.S:72: Error: no such instruction: `ldp x29,x30,[sp],'
```
2020-12-26 23:40:05 +01:00
Sandro
d26e8bdd9e
Merge pull request #107665 from rmcgibbo/macropy
...
python38Packages.macropy, python39Packages.macropy: mark as broken
2020-12-26 23:31:12 +01:00
Linus Heckemann
e71634eece
vtk: clean up / reduce code repetition ( #107617 )
...
vtk: clean up / reduce code repetition
This refactors the vtk expressions to use a generic base expression,
which is used for all 3 versions.
vtk 7.x no longer uses gcc 8, since the quirk of it not building with
gcc 9 seems to have been fixed.
This also makes the python bindings available for all 3 versions, and
fixes building them for vtk 8 by adding a patch.
2020-12-26 23:27:39 +01:00
zowoq
70bed1a7fd
youtube-dl: 2020.12.22 -> 2020.12.26
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.26
2020-12-27 08:27:01 +10:00
Sandro
8e334e6992
Merge pull request #107656 from rmcgibbo/aiomysql
...
python37Packages.aiomysql: unbreak build
2020-12-26 23:18:40 +01:00
Nikolay Korotkiy
5694379992
cudatext: 1.115.0 → 1.118.2
2020-12-27 01:15:14 +03:00
R. RyanTM
adbad01b69
python37Packages.flask_testing: 0.8.0 -> 0.8.1
2020-12-26 22:13:06 +00:00
markuskowa
348a547e24
Merge pull request #107655 from markuskowa/upd-ntirpc
...
ntirpc: 3.3 -> 3.4
2020-12-26 23:10:27 +01:00
Jeff Slight
4bc2573a15
nixos/gitlab: move custom_hooks_dir into gitaly config ( #107174 )
2020-12-26 22:44:36 +01:00
Bernardo Meurer
c4c899d3ef
Merge pull request #107613 from davidak/bcachefs-sha256
...
bcachefs: add sha256 kernel module
2020-12-26 21:37:26 +00:00
Sandro
71af942b68
Merge pull request #107619 from suhr/helio
2020-12-26 22:25:58 +01:00
Jeff Slight
e86efbc48b
gitlab: 13.6.1 -> 13.7.1 ( #107558 )
2020-12-26 22:06:22 +01:00
Robert T. McGibbon
ca1f0aaa2d
python38Packages.macropy, python39Packages.macropy: mark as broken
2020-12-26 15:56:18 -05:00
Pascal Wittmann
9e5bb1566e
Merge pull request #107658 from blitz/fix-ckermit
...
kermit: fix build
2020-12-26 21:50:11 +01:00
Julian Stecklina
7bd7b5bea9
kermit: fix build
...
... by explicitly selecting the Linux code paths in the source.
2020-12-26 20:37:04 +01:00
Robert T. McGibbon
fde0f4ba42
python37Packages.aiomysql: unbreak build
2020-12-26 14:25:46 -05:00
markuskowa
7543a5bf71
Merge pull request #107636 from markuskowa/clean-molcas
...
openmolcas: fix fallout from #83888
2020-12-26 20:15:12 +01:00
Sandro
4b3e39fa51
Merge pull request #107577 from magnetophon/stochas
2020-12-26 20:11:23 +01:00
Sandro
81181e752a
Merge pull request #106377 from oxalica/osu-lazer
2020-12-26 20:10:50 +01:00
Sandro
92ba35f8d8
Merge pull request #107273 from arcz/xed
...
xed: init at 12.0.1
2020-12-26 20:04:35 +01:00
Thiago Kenji Okada
563ce87412
cpuset: 1.5.8 -> 1.6
...
Switch from wykurz to lpechacek fork, so we can use Python 3 instead of
Python 2. However, Python 2 should still works.
Also, fix this issue since it is easy:
https://github.com/lpechacek/cpuset/issues/38
2020-12-26 16:03:54 -03:00
Bart Brouns
4dc9fff596
stochas: init at 1.3.4
2020-12-26 19:47:38 +01:00
Sandro
74826cd912
Merge pull request #106962 from stigtsp/package/perl-mojo-saml-init
2020-12-26 19:02:17 +01:00
Peter Simons
676b7d589f
Merge pull request #107649 from nagy/apache-lua-paths
...
apacheHttpd, nixos/httpd: set lua paths
2020-12-26 18:50:31 +01:00
Robert T. McGibbon
7e0c92bf4c
datasette: 0.46 -> 0.53
2020-12-26 12:40:31 -05:00