Sergei Trofimovich
d3c3db6a08
Merge pull request #180288 from trofi/mars-fix-libtdc++-clash
...
mars: fix build on gcc-10
2022-07-06 08:09:45 +01:00
Alexandre Acebedo
2126944e09
papirus-folders: init at 1.12.0
2022-07-06 08:21:06 +02:00
github-actions[bot]
f475dc6eb4
Merge master into staging-next
2022-07-06 06:01:27 +00:00
AndersonTorres
c2c8e8fdd2
xosview: init at 1.23
2022-07-06 01:28:11 -03:00
AndersonTorres
4066f82a4d
all-packages.nix: cosmetic formatting of some comments
2022-07-06 01:28:11 -03:00
github-actions[bot]
c505b8a0b8
Merge master into staging-next
2022-07-06 00:02:20 +00:00
Sergei Trofimovich
336cc1683a
mars: fix build on gcc-10
...
Without the change build fails due to gcc-11/gcc-10 libstdc++ mix:
[100%] Linking CXX executable ../../marsshooter
ld: .../libsfml-graphics.so.2.5.1: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
collect2: error: ld returned 1 exit status
2022-07-05 23:43:14 +01:00
Thiago Kenji Okada
770e59d084
Merge pull request #179906 from fortuneteller2k/discord-fix-override
...
discord: fix override
2022-07-05 21:24:55 +01:00
Ashish SHUKLA
183b236eef
nebula: 1.5.2 -> 1.6.0
2022-07-05 17:08:40 -03:00
wozeparrot
a2012c49fc
hyprpaper: init at unstable-2022-07-04 ( #180192 )
2022-07-05 22:29:34 +03:00
fortuneteller2k
af7323d1a8
discord: fix override
2022-07-05 18:47:41 +00:00
Daniel Glinka
08af758396
gf: init at unstable-2022-06-22
2022-07-05 08:14:12 -04:00
github-actions[bot]
0c17a445aa
Merge master into staging-next
2022-07-05 12:02:09 +00:00
Martin Hardselius
9dc9efefc4
jsonnet-language-server: init at 0.7.2
2022-07-05 13:28:39 +02:00
Fabian Affolter
6300cde545
Merge pull request #180142 from 06kellyjac/kubescape
...
kubescape: 2.0.158 -> 2.0.160
2022-07-05 08:21:14 +02:00
Fabian Affolter
ce1a6a9fc9
Merge pull request #180137 from fabaff/dulwich-bump
...
python310Packages.dulwich: 0.20.43 -> 0.20.44, dvc: 2.10.2 -> 2.12.0
2022-07-05 08:11:20 +02:00
github-actions[bot]
c0b8d5d7b9
Merge master into staging-next
2022-07-05 06:01:19 +00:00
Anderson Torres
0c873dc3a2
Merge pull request #179888 from DamienCassou/offpunk
...
offpunk: init at 1.4
2022-07-04 22:17:56 -03:00
github-actions[bot]
2b746ce766
Merge master into staging-next
2022-07-05 00:02:22 +00:00
zowoq
6a9e4bd161
vimv-rs: init at 1.7.5
2022-07-05 09:16:30 +10:00
Fabian Affolter
29a77fc1ad
python310Packages.dvc-data: init at 0.0.18
2022-07-04 20:16:02 +02:00
Fabian Affolter
d9d731345e
python310Packages.dvc-objects: init at 0.0.18
2022-07-04 20:16:02 +02:00
Sergei Trofimovich
df304cc773
vxl: 1.17.0-nix1 -> 3.3.2
...
While at it drop pin to gcc6 and outdated jpeg.
2022-07-04 18:27:14 +01:00
06kellyjac
17a62d74b7
kubescape: 2.0.158 -> 2.0.160
2022-07-04 17:32:11 +01:00
ajs124
2674894432
nodejs-12_x: remove
2022-07-04 15:33:59 +02:00
ajs124
126bd386d8
cryptpad: remove
2022-07-04 15:33:59 +02:00
github-actions[bot]
33b3f971a7
Merge master into staging-next
2022-07-04 12:11:13 +00:00
tricktron
ac8fadc7f3
colima: 0.4.2 -> 0.4.4 ( #179522 )
...
* colima: use updated Makefile in build and install phases
* colima: use lima-unwrapped
* colima: fix dynamic version
* colima: 0.4.2 -> 0.4.3
* colima: delete .git folder in postfetch when `leaveDotGit = true`
Otherwise it may lead to non-deterministic behaviour.
Co-authored-by: j-k <dev@j-k.io>
* colima: do not override default buildGoModule phases
The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.
Co-authored-by: j-k <dev@j-k.io>
* colima: use `buildGoModule = buildGo118Module;`
Co-authored-by: j-k <dev@j-k.io>
* colima: update meta.description
Co-authored-by: j-k <dev@j-k.io>
* colima: set `CGO_ENABLED = 1` to make VPN connections work
See https://github.com/abiosoft/colima/issues/358
* colima: 0.4.3 -> 0.4.4
* colima: define all ldflags in preConfigure
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
* colima: add version test
* colima: add meta.mainProgram and meta.platforms
* colima: remove unused runCommand input
Co-authored-by: j-k <dev@j-k.io>
* colima: cleanup meta
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* colima: drop meta.platforms
because we use the default value of `platforms.darwin ++
platforms.linux`
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
* Update pkgs/applications/virtualization/colima/default.nix
Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Sandro
025f00750d
Merge pull request #179809 from sudosubin/check-jsonschema
...
check-jsonschema: init at 0.16.2
2022-07-04 13:13:43 +02:00
Sandro
aac9ff65da
Merge pull request #179992 from ranfdev/edgedb
...
edgedb: init at unstable-2022-06-27
2022-07-04 12:52:03 +02:00
Juan Ibiapina
62e5acd0a7
ruby: Expose generic builder ( #173390 )
...
To avoid duplicating the ruby compilation code, this change exposes two
functions `mkRubyVersion` and `mkRuby`, which can be used in an overlay
to build any past or current ruby version.
An example overlay:
```nix
self: super:
{
ruby_2_7_6 = super.mkRuby {
version = super.mkRubyVersion "2" "7" "6" "";
sha256 = "042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877";
};
ruby_3_1_2 = super.mkRuby {
version = super.mkRubyVersion "3" "1" "2" "";
sha256 = "0gm84ipk6mrfw94852w5h7xxk2lqrxjbnlwb88svf0lz70933131";
};
}
```
2022-07-04 11:57:06 +02:00
Andrew Childs
cb730cf239
nixpkgs-basic-release-checks: check for case-insensitive path conflicts
2022-07-04 18:30:36 +09:00
Sergei Trofimovich
a5ce71d4e8
xmr-stak: drop gcc6 requrement (and cuda support)
...
[ 86%] Building CXX object CMakeFiles/xmrstak_opencl_backend.dir/xmrstak/backend/amd/minethd.cpp.o
nvcc fatal : Unsupported gpu architecture 'compute_30'
CMake Error at xmrstak_cuda_backend_generated_cuda_extra.cu.o.Release.cmake:220 (message):
Error generating
/build/source/build/CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/./xmrstak_cuda_backend_generated_cuda_extra.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_30'
make[2]: *** [CMakeFiles/xmrstak_cuda_backend.dir/build.make:84: CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/xmrstak_cuda_backend_generated_cuda_extra.cu.o] Error 1
CUDA support is broken for a while. Let's drop it along with gcc6 requirement.
2022-07-04 10:27:24 +01:00
Sergei Trofimovich
2e37f787c9
Merge pull request #180086 from trofi/fix-archimedes-off-gcc6
...
archimedes: use latest toolchain, not gcc-6
2022-07-04 08:49:35 +01:00
Sergei Trofimovich
8aaed36df3
archimedes: use latest toolchain, not gcc-6
...
Without the change archimedes fails to build with latest toolchains as:
ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
ld: archimedes.o: in function `EMC':
archimedes.c:(.text+0xf11b): undefined reference to `creation'
ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'
The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
Vincent Laporte
e69aee3280
ocamlPackages.io-page: 2.3.0 → 2.4.0
...
ocamlPackages.mirage-block: 2.0.1 → 3.0.0
ocamlPackages.mirage-block-ramdisk: disable tests
ocamlPackages.mirage-block-unix: 2.12.1 → 2.14.1
ocamlPackages.mirage-unix: 4.0.0 → 4.0.1
ocamlPackages.vchan: 6.0.0 → 6.0.1
ocamlPackages.wodan-unix: mark as broken
2022-07-04 09:10:59 +02:00
Rick van Schijndel
c14d2c45e9
Merge pull request #178145 from AtilaSaraiva/deepwave
...
deepwave: init at 0.0.11
2022-07-04 08:35:33 +02:00
github-actions[bot]
a653bbaea6
Merge master into staging-next
2022-07-04 00:05:02 +00:00
Azat Bahawi
1c153a860d
fetchit: init at 0.0.1
...
Fixes : #172601
2022-07-04 00:40:10 +03:00
Ryan Burns
3854cf7eeb
Merge pull request #173127 from aidalgol/teensy-udev-rules
...
teensy-udev-rules: init at version 2022-05-15
2022-07-03 14:05:07 -07:00
Damien Cassou
31c1463343
offpunk: init at 1.4
2022-07-03 20:59:27 +02:00
github-actions[bot]
fc65c5c219
Merge master into staging-next
2022-07-03 18:01:12 +00:00
ranfdev
cf19e96438
edgedb: init at unstable-2022-06-27
...
I can't init at 1.1.2 because there's an issue while vendoring the packages.
v1.1.2 seem to require two different version of the same package, causing an issue similar to
https://github.com/NixOS/nixpkgs/issues/30742 .
2022-07-03 18:32:49 +02:00
sudosubin
efcfeb4cd9
check-jsonschema: init at 0.16.2
2022-07-03 23:49:11 +09:00
Aaron Andersen
01bbab739b
kodi.packages.invidious: init at 0.1.0+matrix.1
2022-07-03 10:29:10 -04:00
WeebSorceress
de0d0a2fb0
frece: init at 1.0.6
2022-07-03 11:08:43 -03:00
Peter Hoeg
c70172f9d0
pam_tmpdir: init at 0.09
2022-07-03 22:00:30 +08:00
Anderson Torres
e70d2e3b24
Merge pull request #180000 from hqurve/junction
...
junction: init at 1.5.0
2022-07-03 10:03:46 -03:00
hqurve
7a084f4285
junction: init at 1.5.0
2022-07-03 08:10:53 -04:00
Anderson Torres
1603f337a9
Merge pull request #179767 from BillHuang2001/init/feishu
...
feishu: init at 5.9.18
2022-07-03 09:06:56 -03:00
Anderson Torres
3a96700b21
Merge pull request #179649 from wegank/aegisub-darwin
...
aegisub: add support for aarch64 platforms
2022-07-03 09:04:49 -03:00
github-actions[bot]
00b3f42427
Merge master into staging-next
2022-07-03 12:01:23 +00:00
Vladimír Čunát
18b14a254d
Merge #179510 : thunderbird*: 91.11.0 -> 102.0
2022-07-03 10:06:47 +02:00
happysalada
4d1e5c1140
erigon: 2022.02.04 -> 2022.07.01
2022-07-03 03:58:24 -04:00
7c6f434c
d77afe094c
Merge pull request #179055 from Izorkin/update-nginx
...
update nginx
2022-07-03 06:43:26 +00:00
github-actions[bot]
bd3785fad4
Merge master into staging-next
2022-07-03 06:01:20 +00:00
Weijia Wang
7d072a2e44
aegisub: fix build on aarch64
2022-07-03 07:13:47 +02:00
Mario Rodas
19d31fc041
Merge pull request #179773 from marsam/add-jupyter-book
...
python310Packages.jupyter-book: init at 0.13.0
Closes #132686
2022-07-02 22:26:27 -05:00
github-actions[bot]
5d9e711bfe
Merge master into staging-next
2022-07-03 00:04:21 +00:00
Anderson Torres
2316901e93
Merge pull request #179094 from wackbyte/wasynth
...
wasynth: new package
2022-07-02 19:47:40 -03:00
github-actions[bot]
239c4e701d
Merge master into staging-next
2022-07-02 18:01:29 +00:00
AtilaSaraiva
5489715475
deepwave: init at 0.0.11
2022-07-02 14:44:06 -03:00
Vincent Laporte
22a183bf78
ocamlPackages.hacl_x25519: remove at 0.2.2
2022-07-02 19:26:32 +02:00
Anderson Torres
2d48f0c18a
Merge pull request #179715 from WeebSorceress/trackma
...
trackma: init at 0.8.4
2022-07-02 12:08:15 -03:00
WeebSorceress
a2403ed37f
trackma: init at 0.8.4
2022-07-02 11:38:59 -03:00
Anderson Torres
904cf8a5ee
Merge pull request #175197 from aacebedo/master
...
swaysettings: init at 0.3.0
2022-07-02 10:09:17 -03:00
toastal
bcd503e7fc
u001-font: init at unstable-2016-08-01
2022-07-02 15:51:39 +07:00
github-actions[bot]
f507277068
Merge master into staging-next
2022-07-02 06:01:08 +00:00
Mario Rodas
9a4688e490
Merge pull request #162426 from magnetophon/DelayArchitect
...
DelayArchitect: init at unstable-2022-01-16
2022-07-01 20:28:33 -05:00
github-actions[bot]
1961d0a79b
Merge master into staging-next
2022-07-02 00:01:58 +00:00
Janne Heß
958c79dc11
Merge pull request #173454 from qbit/p5-rex
...
rex: init at 1.13.4
2022-07-01 23:02:40 +02:00
Sandro
7c1c1cca3b
Merge pull request #178813 from catap/jprofiler
2022-07-01 22:16:24 +02:00
github-actions[bot]
7907ea3c9b
Merge staging-next into staging
2022-07-01 18:02:00 +00:00
Sandro
b82702710b
Merge pull request #176812 from maaslalani/revive
...
revive: init at 1.2.1
2022-07-01 19:16:45 +02:00
Maas Lalani
1321d086fa
revive: init at 1.2.1
2022-07-01 10:28:13 -04:00
Sandro
455268ad70
Merge pull request #179709 from SuperSandro2000/go-cleanup
...
gosca: drop, go-langserver: drop
2022-07-01 15:43:17 +02:00
Sandro
bc061bead1
Merge pull request #177238 from dotlambda/splinter-0.18.0
...
python310Packages.splinter: 0.17.0 -> 0.18.0
2022-07-01 15:29:52 +02:00
github-actions[bot]
1385a15faa
Merge staging-next into staging
2022-07-01 12:02:04 +00:00
Kirill A. Korinsky
84a29ac208
jprofiler: init at 13.0.2
2022-07-01 13:27:52 +02:00
Adam Joseph
86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap
2022-07-01 13:05:30 +02:00
Sandro
911a73340c
Merge pull request #175335 from wyndon/init-lokinet
2022-07-01 11:54:38 +02:00
Alyssa Ross
aa6d3e6817
top-level/linux-kernels.nix: add vendor kernels note
...
This codifies existing practice of avoiding adding new vendor kernels
to Nixpkgs.
Hopefully I've put this comment at the place in the file somebody
hoping to add a new vendor kernel would be most likely to look.
2022-07-01 09:47:24 +00:00
github-actions[bot]
f6b27dacd6
Merge staging-next into staging
2022-07-01 06:01:53 +00:00
Alexandre Acebedo
4cb1c832e4
swaysettings: init at 0.3.0
2022-07-01 07:27:44 +02:00
Bill Huang
816079d885
feishu: init at 5.9.18
...
delete trailing whitespaces
simplify code
move to nativeBuildInputs
2022-06-30 22:15:25 -07:00
Mario Rodas
c8b742e518
Merge pull request #179580 from marsam/add-arti
...
arti: init at 0.5.0
2022-07-01 00:14:03 -05:00
Mario Rodas
7f93952360
sbcl: 2.2.4 -> 2.2.6
2022-07-01 04:20:00 +00:00
Mario Rodas
a584258d52
python310Packages.jupyter-book: init at 0.13.0
2022-07-01 04:20:00 +00:00
Mario Rodas
7a1c2f7808
sbcl_2_2_6: init at 2.2.6
2022-07-01 04:20:00 +00:00
Mario Rodas
97ea65945b
python310Packages.sphinx-multitoc-numbering: init at 0.1.3
2022-07-01 04:20:00 +00:00
Mario Rodas
2c4c660dc6
python310Packages.sphinx-book-theme: init at 0.3.2
2022-07-01 04:20:00 +00:00
Mario Rodas
50825202d7
python310Packages.pydata-sphinx-theme: init at 0.8.1
2022-07-01 04:20:00 +00:00
Mario Rodas
eccb49d429
python310Packages.sphinx-thebe: init at 0.1.2
2022-07-01 04:20:00 +00:00
Mario Rodas
7eca257a4a
python310Packages.sphinx-design: init at 0.2.0
2022-07-01 04:20:00 +00:00
Mario Rodas
f5c3ceaf91
python310Packages.sphinx-jupyterbook-latex: init at 0.4.6
2022-07-01 04:20:00 +00:00
Mario Rodas
dd9632d222
python310Packages.sphinx-external-toc: init at 0.3.0
2022-07-01 04:20:00 +00:00
Mario Rodas
018764c3b3
python310Packages.sphinx-comments: init at 0.0.3
2022-07-01 04:20:00 +00:00
Mario Rodas
543652ab74
python310Packages.myst-nb: init at 0.16.0
2022-07-01 04:20:00 +00:00
Mario Rodas
4c2ff9c6f5
python310Packages.sphinx-togglebutton: init at 0.3.1
2022-07-01 04:20:00 +00:00
Mario Rodas
dbdee6040e
python310Packages.jupyter-cache: init at 0.5.0
2022-07-01 04:20:00 +00:00
Mario Rodas
9d144953c4
python310Packages.skia-pathops: fix build on darwin
2022-07-01 04:20:00 +00:00
Anderson Torres
0097144093
Merge pull request #179731 from dotlambda/banking-0.5.1
...
banking: 0.4.0 -> 0.5.1
2022-07-01 01:15:42 -03:00
Anderson Torres
0a9a9e8ebc
Merge pull request #179761 from anna328p/update-ruby-packages
...
ruby-packages: update
2022-07-01 00:58:20 -03:00
XYenon
cfa642c755
go-graft: init at 0.2.6
2022-07-01 11:32:34 +08:00
Anderson Torres
b136484833
Merge pull request #179345 from 2gn/add-pngloss-package
...
pngloss: init at unstable-2020-11-25
2022-07-01 00:29:53 -03:00
github-actions[bot]
d5a880feca
Merge staging-next into staging
2022-07-01 00:03:19 +00:00
Anna Kudriavtsev
3b953b5a69
ruby-packages: update
2022-06-30 16:20:26 -07:00
Robert Schütz
eb92ef3a74
python310Packages.zope-testbrowser: init at 5.6.1
2022-06-30 23:13:58 +00:00
Robert Schütz
9fcfdda1ac
python310Packages.zope-cachedescriptors: init at 4.3.1
2022-06-30 23:13:58 +00:00
Thiago Kenji Okada
022070d36b
Merge pull request #179508 from helsinki-systems/feat/pdftk-modern-jre
...
pdftk: use regular jre
2022-06-30 23:23:28 +01:00
happysalada
e427ac5955
ktunnel: init at 1.4.8
2022-06-30 15:38:06 -04:00
Pavol Rusnak
245e681f10
Merge pull request #179733 from prusnak/python-trezor
...
python3Packages.trezor: 0.13.0 -> 0.13.2
2022-06-30 20:46:04 +02:00
Pavol Rusnak
323b6dfb62
python3Packages.simple-rlp: init at 0.1.2
2022-06-30 20:34:09 +02:00
github-actions[bot]
49270f7da7
Merge staging-next into staging
2022-06-30 18:02:33 +00:00
Robert Schütz
3ac24f4835
python310Packages.pysqlitecipher: init at 0.22
2022-06-30 17:27:21 +00:00
Robert Schütz
0ccd98cae5
python310Packages.onetimepad: init at 1.4
2022-06-30 17:26:57 +00:00
ckie
a8c2879f43
Merge pull request #179425 from McSinyx/phylactery
...
phylactery: init at 0.1.1
2022-06-30 18:29:19 +03:00
wyndon
461bdf0a7a
lokinet: init at 0.9.9
2022-06-30 16:01:38 +02:00
Sandro
76214c5d42
Merge pull request #179643 from StarGate01/nrfconnect
2022-06-30 15:56:03 +02:00
Sandro
dcbdbb9800
Merge pull request #179254 from dotlambda/asciidoc-10.2.0
2022-06-30 15:51:19 +02:00
Christoph Honal
7727befa4d
nrfconnect: init at 3.11.1
2022-06-30 15:38:52 +02:00
2gn
47d35130e1
pngloss: init at unstable-2020-11-25
2022-06-30 22:34:58 +09:00
Sandro
3e40af10b5
Merge pull request #179666 from rski/addlicense-118
...
addlicense: 1.0.0 -> unstable-2021-04-22
2022-06-30 15:15:02 +02:00
Sandro Jäckel
f6fb8628f8
go-langserver: drop
2022-06-30 15:13:55 +02:00
Sandro Jäckel
37b1b4ec6a
gosca: drop
2022-06-30 15:13:44 +02:00
Sandro
d7c75aa34c
Merge pull request #179670 from rski/ipget-118
...
ipget: 0.8.1->0.9.1
2022-06-30 15:08:16 +02:00
Nguyễn Gia Phong
512670498f
phylactery: init at 0.1.1
2022-06-30 17:22:12 +09:00
github-actions[bot]
458d91e712
Merge staging-next into staging
2022-06-30 06:01:50 +00:00
Romanos Skiadas
d12a36559b
ipget: 0.8.1->0.9.1
...
Also build with go1.18 now that it works
2022-06-30 08:43:46 +03:00
Romanos Skiadas
873d7f1f18
addlicense: 1.0.0 -> unstable-2021-04-22
...
Instead of carrying unreleased go1.18 patches,
use the latest commit from github.
2022-06-30 06:55:06 +03:00
Dmitry Kalinkin
e300ce186a
Merge pull request #178291 from veprbl/pr/vtk_9_darwin_fix
...
vtk: unbreak on darwin using VTK_VERSIONED_INSTALL
2022-06-29 22:24:35 -04:00
Anderson Torres
f93385af11
Merge pull request #179450 from tomsiewert/changelogger-package
...
Add changelogger package
2022-06-29 22:16:24 -03:00
github-actions[bot]
965570c2ea
Merge staging-next into staging
2022-06-30 00:02:48 +00:00
Sandro
a59be4f6c8
Merge pull request #175919 from phaer/phaer-healthchecks
...
healthchecks: init at 2.2.1
2022-06-29 23:15:35 +02:00
Izorkin
bc6a464c32
nginx: build with pcre
...
Pcre2 is not currently supported by nginx lua module.
2022-06-29 22:39:14 +03:00
github-actions[bot]
40e266869f
Merge staging-next into staging
2022-06-29 18:05:11 +00:00
Sandro
4a2a6974ab
Merge pull request #179467 from ereslibre/add-fastly
...
fastly: init at 3.1.0
2022-06-29 19:54:47 +02:00
Sandro
a58850fa8f
Merge pull request #179191 from locallycompact/lc/heaps
2022-06-29 19:50:13 +02:00
Jan Tojnar
8ed4879c12
Merge pull request #173484 from cmm/deadbeef-1.9.1
...
deadbeef 1.8.4 -> 1.9.1
2022-06-29 19:03:50 +02:00
Michael Livshin
dd52d40367
deadbeefPlugins.playlist-manager: init at unstable-2021-05-02
2022-06-29 19:17:53 +03:00
Michael Livshin
ad892591a5
swift-corelibs-libdispatch: init at swift-5.5-RELEASE
...
Only currently packaged for Linux, which should be OK because the only
user in Nixpkgs is Deadbeef (which is packaged only for Linux).
2022-06-29 19:17:45 +03:00
Daniel Firth
411074a6ef
haxePackages.heaps: init at 1.9.1
2022-06-29 15:26:18 +00:00
Daniel Firth
b1987d7752
haxePackages.hlsdl: init at 1.10.0
2022-06-29 15:26:00 +00:00
Daniel Firth
45da69f65e
haxePackages.hlopenal: init at 1.5.0
2022-06-29 15:25:45 +00:00
Daniel Firth
cd4eeacc7e
haxePackages.format: init at 3.5.0
2022-06-29 15:25:25 +00:00
Sandro
c30f66c6c7
Merge pull request #179364 from snapdgn/binserve
...
binserve: init at 0.2.0
2022-06-29 16:54:51 +02:00
Soner Sayakci
9d7932e349
fastly: init at 3.1.0
2022-06-29 16:39:49 +02:00
Sandro
d9def27d56
Merge pull request #178514 from Majiir/trillian-im
...
trillian-im: init at 6.3.0.1
2022-06-29 15:38:50 +02:00
Thiago Kenji Okada
1cd3bf8234
Merge pull request #161773 from psydvl/kernel/zen+lqx
...
`linux_zen` & `linux_lqx`: unify, add `updateScript` & `linux_lqx` -> 5.18.7
2022-06-29 13:56:47 +01:00
Nick Cao
a5cb45329e
thunderbird*: 91.11.0 -> 102.0
2022-06-29 20:52:54 +08:00
Sandro
fa3f2e3327
Merge pull request #179506 from SuperSandro2000/pyopenssl-ghc
...
Revert GHC pyopenssl workarounds
2022-06-29 14:28:33 +02:00
github-actions[bot]
f9f65f0695
Merge staging-next into staging
2022-06-29 12:01:50 +00:00
Nitish Kumar
546489d017
maintainers: add snapdgn
2022-06-29 17:11:45 +05:30
Martin Weinelt
3130e86a78
Merge pull request #178656 from helsinki-systems/fix/some-maintainer-handles
2022-06-29 13:28:41 +02:00
Fabian Affolter
94b69ec34b
Merge pull request #179470 from fabaff/mkdocstrings
...
python310Packages.mkdocstrings: init at 0.19.0
2022-06-29 09:09:58 +02:00
Fabian Affolter
149d4997e8
Merge pull request #179453 from fabaff/niapy
...
python310Packages.niapy: init at 2.0.2
2022-06-29 09:09:34 +02:00
Fabian Affolter
c2add3d0d5
Merge pull request #178277 from fabaff/waf-tester
...
waf-tester: init at 0.6.10
2022-06-29 08:58:48 +02:00
Tom Siewert
b607d51a88
changelogger: init at 0.5.2
2022-06-29 08:26:26 +02:00
Mario Rodas
90ea311761
arti: init at 0.5.0
2022-06-29 04:20:00 +00:00
Robert Schütz
601d9db27f
asciidoc: get rid of ? null
2022-06-29 01:57:55 +00:00
ajs124
c070fba77f
pdftk: use regular jre
...
was pinned to jre8 in a609d7ed1f
but seems fine with jdk17
2022-06-29 03:13:06 +02:00
Sandro Jäckel
4650f24496
Revert "ghc: Work around broken pyopenssl on aarch64-darwin"
...
This reverts commit 7898af7d3a
.
2022-06-29 02:48:55 +02:00
Sandro Jäckel
33ca33b0ed
Revert "sphinx_offline: init"
...
This reverts commit b75a20420b
.
2022-06-29 02:48:54 +02:00
github-actions[bot]
68da255bec
Merge staging-next into staging
2022-06-29 00:03:17 +00:00
Sandro
cf0ee81812
Merge pull request #147378 from Flakebi/yamlpath
2022-06-29 01:54:05 +02:00
Aidan Gauland
0cb24e2d32
teensy-udev-rules: init at version 2022-05-15
...
Add udev rules for the Teensy family of microcontrollers so that they can be
flashed as non-root users.
2022-06-29 11:45:50 +12:00
ajs124
e966ab3965
maintainers: remove all
...
what?
2022-06-29 00:52:14 +02:00
Martin Weinelt
64d95b01f7
Merge remote-tracking branch 'origin/staging-next' into staging
2022-06-29 00:37:17 +02:00
Dmitriy
40674f0d7f
linux_lqx, linux_zen: refactor to unify
...
Unify linux_zen and linux_lqx -> zen-kernels
2022-06-29 00:41:32 +03:00
wozeparrot
65958f1b04
hyprland: init at 0.6.0beta ( #169960 )
2022-06-28 21:41:52 +02:00
Sandro
c1b95184c1
Merge pull request #178667 from StarGate01/nrf-command-line-tools
...
nrf-command-line-tools: init at 10.16.0 , segger-jlink: init at 7.66
2022-06-28 21:07:14 +02:00
Sandro
ea8ec5c60e
Merge pull request #179019 from locallycompact/lc/hashlink
2022-06-28 20:59:14 +02:00
Fabian Affolter
9381f909cb
python310Packages.mkdocstrings-python: init at 0.7.1
2022-06-28 20:35:59 +02:00
Fabian Affolter
75bb471664
python310Packages.griffe: init at 0.21.0
2022-06-28 20:25:09 +02:00
Fabian Affolter
d1261fa635
python310Packages.mkdocstrings: init at 0.19.0
2022-06-28 20:16:30 +02:00
Fabian Affolter
d1e0dfd0f2
python310Packages.mkdocs-autorefs: init 0.4.1
2022-06-28 20:05:18 +02:00
github-actions[bot]
474cd8294d
Merge staging-next into staging
2022-06-28 18:02:02 +00:00
Daniel Firth
58f73da668
hashlink: init at 1.12
2022-06-28 17:01:11 +00:00
Fabian Affolter
ae4623b296
python310Packages.niapy: init at 2.0.2
2022-06-28 17:22:23 +02:00
legendofmiracles
7bb819674f
Merge pull request #178888 from kjeremy/add-lcm-master
...
lcm: init at 1.4.0
2022-06-28 07:00:12 -06:00
Jan Tojnar
d23b4c2f11
Merge pull request #178292 from ddelabru/deadbeef-musical-spectrum
...
deadbeefPlugins.musical-spectrum: init at unstable-2020-07-01
2022-06-28 14:41:11 +02:00
github-actions[bot]
009d5bfc6d
Merge staging-next into staging
2022-06-28 12:02:14 +00:00
Anderson Torres
6a64d4f011
Merge pull request #179400 from AndersonTorres/file-managers
...
Reorder file managers
2022-06-28 08:23:06 -03:00
Sandro
6dce91f57b
Merge pull request #178336 from astro/openwebrx
2022-06-28 11:36:27 +02:00
phaer
12d45dc313
healthchecks: init at 2.2.1
2022-06-28 10:28:46 +02:00
Damien Cassou
ba773da23b
Merge pull request #176580 from DamienCassou/iosevka-comfy
2022-06-28 08:02:17 +02:00
github-actions[bot]
54ae4bde46
Merge staging-next into staging
2022-06-28 06:02:06 +00:00
AndersonTorres
e3b17ac5c3
krusader: move to file-managers
2022-06-28 00:31:49 -03:00
AndersonTorres
3cefeee6a4
all-packages: reorder file-managers
...
There are many file manager expressions scattered. Let's reunite them!
2022-06-28 00:12:37 -03:00
AndersonTorres
34a6690ded
doublecmd: init at 1.0.6
2022-06-27 22:57:02 -03:00
Anderson Torres
f2bcc211d7
Merge pull request #179279 from AndersonTorres/file-managers
...
A new section for file managers
2022-06-27 22:40:06 -03:00
AndersonTorres
2f5e9730c0
all-packages: reorder file-managers
2022-06-27 21:29:15 -03:00
github-actions[bot]
bb8ff383c5
Merge staging-next into staging
2022-06-28 00:02:59 +00:00
Vladimír Čunát
06e4e9c867
Merge #178690 : staging-next 2022-06-23
2022-06-28 00:53:14 +02:00
Astro
9123ed5f36
openwebrx: 1.1.0 -> 1.2.0
2022-06-28 00:46:32 +02:00
legendofmiracles
f81eb11bb4
Merge pull request #178753 from regadas/add_trino_cli
...
trino-cli: init at 387
2022-06-27 15:51:35 -06:00
Martin Weinelt
2a722b7bcd
Merge remote-tracking branch 'origin/staging-next' into staging
2022-06-27 23:51:06 +02:00
Martin Weinelt
62b05d9742
Merge remote-tracking branch 'origin/master' into staging-next
2022-06-27 23:50:37 +02:00
Christoph Honal
2c78308061
nrf-command-line-tools: init at 10.16.0
2022-06-27 22:36:36 +02:00
Florian Franzen
c8db82b89c
segger-jlink: init at 7.66
...
Co-authored-by: Brandon Black <freedom@reardencode.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-27 22:35:30 +02:00