Michael Adler
5a2622725d
kops: add kops_1_29
2024-06-19 11:20:41 +02:00
aleksana
d1197b4419
python3Packages.eigenpy: build with buildPythonPackage
2024-06-19 14:52:43 +08:00
github-actions[bot]
7c6a6d1284
Merge master into haskell-updates
2024-06-19 00:13:37 +00:00
John Ericson
51f1ecaa59
Clean up cross bootstrapping
...
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.
Now, almost all of these `*Cross` attributes are gone: just these are
kept:
- Glibc's and Musl's are kept, because those packages are widely used
and I didn't want to risk changing the native builds of those at this
time.
- generic `libcCross`, `theadsCross`, and friends, because these relate
to the convolulted GCC bootstrap which still needs to be redone.
The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:
1. It usable for native and cross alike
2. It named according to what it *is* ("a standard environment without
libc but with a C compiler"), rather than some non-compositional
jargon ("the stdenv used for building libc when cross compiling",
yuck).
I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.
The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.
Finally, the BSDs also had to be cleaned up, since they have a few
pre-libc dependencies, demanding a systematic approach. I realized what
rhelmot did in 61202561d9
(specify what
packages just need `stdenvNoLibc`) is definitely the right approach for
this, and adjusted NetBSD and OpenBSD to likewise use it.
2024-06-18 17:04:16 -04:00
Nick Cao
b624a8bf10
Merge pull request #320714 from aaronjheng/unconvert
...
unconvert: unstable-2022-09-18 -> 0-unstable-2023-09-07
2024-06-18 16:49:09 -04:00
Jan Tojnar
d599897a0c
Merge pull request #316664 from jtojnar/double-alias
...
top-level/aliases: Clean up outdated Nix aliases
2024-06-18 22:45:09 +02:00
John Ericson
4bd76beac0
windows.mingw_w64*: Fetch common attrs from the headers package
...
This is the most upstream one, and so to avoid infinite recursion we
should get the things from it. This isn't needed per-se now, but will be
after the next commit.
2024-06-18 15:52:16 -04:00
John Ericson
f183a68f39
Merge pull request #320840 from obsidiansystems/bsd-misc
...
A few misc BSD related cleanups
2024-06-18 15:25:50 -04:00
Ivan Mincik
78b123a5d1
Merge pull request #320290 from quantenzitrone/laszip
...
LASzip{,2}: rename to laszip{,_2}
2024-06-18 19:08:36 +00:00
John Ericson
dc1bb1e780
release-cross.nix: test cross compilation to x86_64-openbsd
...
It is less mature than the other two, but we are in the process of
making it better, and caching helps.
2024-06-18 14:10:27 -04:00
Paul Meyer
e2606add33
Merge pull request #318572 from luftmensch-luftmensch/glock_update
...
glock: migrate to buildGoModule
2024-06-18 19:38:52 +02:00
superherointj
9dda9273fd
Merge pull request #320604 from atorres1985-contrib/cemu
...
cemu: 2.0-85 -> 2.0-86
2024-06-18 13:42:25 -03:00
Azat Bahawi
a2aafdf35a
werf: 2.5.0 -> 2.6.1
2024-06-18 19:06:05 +03:00
Guanpeng Xu
3698515d63
jetbrains: build from source code with jbr-no-jcef-17
2024-06-18 08:23:48 -07:00
Aleksana
a72fdc306d
Merge pull request #320278 from quantenzitrone/hentai
...
HentaiAtHome: rename to hentai-at-home
2024-06-18 23:14:05 +08:00
Aleksana
2b16e9cec5
Merge pull request #318809 from StarGate01/lv_img_conv
...
lv_img_conv: Remove
2024-06-18 23:02:54 +08:00
SamLukeYes
afc31073a3
xonsh: 0.15.1 -> 0.17.0
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Upstream changes: https://github.com/xonsh/xonsh/compare/0.15.1...0.17.0
2024-06-18 22:49:13 +08:00
superherointj
9c67c5d405
Merge pull request #319989 from A1029384756/master
...
odin: pin llvmPackages_18
2024-06-18 11:33:13 -03:00
aleksana
619db5d8f4
gnome-feeds: move to pkgs/by-name
2024-06-18 21:46:55 +08:00
Hayden Gray
68c577f15b
odin: pin llvmPackages_18
2024-06-18 09:14:11 -04:00
Christoph Honal
f563ca29d2
lv_img_conv: Remove
2024-06-18 14:44:37 +02:00
Arnout Engelen
0f1ff77e2c
Merge pull request #315371 from raboof/remove-rpi-gpio2
...
python3Packages/rpi-gpio2: remove package
2024-06-18 14:27:21 +02:00
Arnout Engelen
a4ccd68e93
Merge pull request #315867 from raboof/scala-make-scala3-the-default
...
scala: make scala 3 the default
2024-06-18 14:26:54 +02:00
Sandro
bc57125181
Merge pull request #320717 from aaronjheng/unparam
...
unparam: unstable-2023-03-12 -> 0-unstable-2024-05-28
2024-06-18 13:32:16 +02:00
Aleksana
02f53e1ace
Merge pull request #320621 from piotrkwiecinski/cask-by-name
...
eask: migrate to pkg/by-name, nixfmt-rfc-style
2024-06-18 19:15:38 +08:00
Matthieu Coudron
9b23334289
neovim-qt: move to pkgs/by-name
...
* neovim-qt: move to pkgs/by-name
2024-06-18 10:40:23 +02:00
Aaron Jheng
7c1f53909e
unparam: unstable-2023-03-12 -> 0-unstable-2024-05-28
...
e84e2d14e3...8a5130ca72
2024-06-18 16:33:02 +08:00
Weijia Wang
99e75cb2ab
Merge pull request #319721 from eclairevoyant/citrix
...
citrix_workspace: 24.2.0.65 -> 24.5.0.76
2024-06-18 10:27:28 +02:00
Aaron Jheng
c4508de5d2
unconvert: unstable-2022-09-18 -> 0-unstable-2023-09-07
...
3f84926d69...415706980c
2024-06-18 16:24:16 +08:00
Fabian Affolter
f3205d4db6
python312Packages.random-user-agent: init at 1.0.1-unstable-2018-12-26
...
Module to get list of user agents based on filters
https://github.com/Luqman-Ud-Din/random_user_agent
2024-06-18 10:24:03 +02:00
Weijia Wang
10b5f09f36
Merge pull request #320263 from quantenzitrone/chow
...
CHOWTapeModel,Chow{Centaur,Phaser,Kick}: rename to chow-{tape-model,centaur,phaser,kick}
2024-06-18 10:22:36 +02:00
Weijia Wang
55b0cadc96
Merge pull request #320295 from quantenzitrone/librearp
...
LibreArp{,-lv2}: rename to librearp{,-lv2}
2024-06-18 10:22:18 +02:00
Doron Behar
7eabbc2829
Merge pull request #316901 from doronbehar/pkg/autotools-language-server
...
autotools-language-server: init at 0.0.19
2024-06-18 09:52:14 +03:00
Doron Behar
e4f736f21b
Merge pull request #310617 from wentasah/package/python-babeltrace
...
python311Packages.babeltrace: init at 1.5.11
2024-06-18 09:47:22 +03:00
Fabian Affolter
5baa8b8282
Merge pull request #320490 from fabaff/dash-bootstrap-components
...
python312Packages.dash-bootstrap-components: init at 1.6.0
2024-06-18 08:31:14 +02:00
luftmensch-luftmensch
5b76bf87f0
glock: migrate to buildGoModule
2024-06-18 08:19:29 +02:00
Morgan Jones
32a6b1ef7a
klee: make llvmPackages and uclibc overridable
...
This should allow users to pick which llvmPackages they would like to
use, since Klee supports llvmPackages_11 through llvmPackages_16 as of
Klee 3.1 (defaulting to 13 for stability).
Use parallel building for both Klee and klee-uclibc to make things faster.
2024-06-17 23:15:32 -07:00
Aleksana
a12b153874
Merge pull request #316782 from aaronjheng/poretools
...
poretools: remove
2024-06-18 13:41:58 +08:00
Michal Sojka
68bc018ac2
python311Packages.babeltrace2: init at 2.0.6
...
A new attribute overriding babeltrace2 is created, rather than enabling
Python support in babeltrace2 itself, in order to reduce the closure
size and leave babeltrace2 Python-version-agnostic.
Co-authored-by: hacker1024 <hacker1024@users.sourceforge.net>
2024-06-18 07:50:45 +03:00
Lily Foster
fdf1bf66c5
Merge pull request #320635 from ExpidusOS/feat/expidus-flutter
...
expidus: use call packages and nix built flutter engine
2024-06-17 22:38:00 -04:00
github-actions[bot]
e07bc34357
Merge master into haskell-updates
2024-06-18 00:14:16 +00:00
Martin Weinelt
23e833ca53
Merge pull request #320547 from mweinelt/openvino-2024.2.0
...
openvino: 2024.1.0 -> 2024.2.0; fix aarch64-linux build; tbb_2021_5: init
2024-06-18 01:48:30 +02:00
Sandro
ccc54c859f
Merge pull request #316996 from xokdvium/xokdvium/drop-opencl-info
...
opencl-info: drop
2024-06-18 01:42:55 +02:00
Sandro
9d739393c1
Merge pull request #294280 from atorres1985-contrib/vkd3d
...
vkd3d: 1.10 -> 1.12
2024-06-18 01:34:28 +02:00
Tristan Ross
3bbbe801ba
expidus: use call packages and nix built flutter engine
2024-06-17 16:23:17 -07:00
Piotr Kwiecinski
89b6ee2b76
eask: migrate to pkgs/by-name
2024-06-17 23:40:08 +02:00
Martin Weinelt
04a04bf44a
tbb_2021_5: init
2024-06-17 23:38:35 +02:00
Nikolay Korotkiy
bb67068dde
Merge pull request #320536 from r-ryantm/auto-update/orbiton
...
orbiton: 2.65.11 -> 2.65.12
2024-06-18 01:05:21 +04:00
hacker1024
e09452b585
python311Packages.babeltrace: init at 1.5.11
2024-06-17 23:48:32 +03:00
Anderson Torres
56a75ae59f
cemu: migrate to by-name
2024-06-17 17:01:01 -03:00
Paul Meyer
4b74b465e4
docker-distribution: rename to distribution
2024-06-17 21:12:45 +02:00
Pol Dellaiera
6af3bdc983
Merge pull request #319053 from pluiedev/init/rapidocr_onnxruntime
...
python311Packages.rapidocr-onnxruntime: init at 1.3.22
2024-06-17 21:07:08 +02:00
Michal Sojka
0d7dc9e3fe
babeltrace: reformat with nixfmt-rfc-style
...
- Don't use `meta = with lib;`.
- Use (finalAttrs:{}) pattern.
- Use lib.enableFeature for debug-info ./configure flag.
- Use pkgs/by-name
2024-06-17 21:45:27 +03:00
Paul Meyer
6315f5a66b
Merge pull request #318627 from msanft/kontemplate/build-go-module
...
kontemplate: migrate to buildGoModule
2024-06-17 20:40:19 +02:00
Aleksana
10d4504d04
Merge pull request #315143 from isabelroses/update-catppuccin
...
catppuccin-gtk: 0.7.5 -> 1.0.3
2024-06-18 02:23:25 +08:00
Leah Amelia Chen
9e732be6c8
python3Packages.rapidocr-onnxruntime: init at 1.3.22
2024-06-17 20:21:45 +02:00
Sandro
1796324dc1
Merge pull request #319268 from matteo-pacini/shipwright-darwin
...
shipwright: darwin build, add maintainer
2024-06-17 19:58:10 +02:00
Aleksana
531ffced26
Merge pull request #320297 from quantenzitrone/midivisualizer
...
MIDIVisualizer: rename to midivisualizer
2024-06-18 01:35:16 +08:00
Aleksana
36bd9a0872
Merge pull request #315140 from alexfmpe/ispc-1.24
...
ispc: 1.23.0 -> 1.24.0
2024-06-18 01:28:33 +08:00
Jamie Magee
fc57dc5e87
python312Packages.genie-partner-sdk: init at 1.0.3
2024-06-17 08:44:40 -07:00
superherointj
62431fd38d
Merge pull request #317258 from vigress8/upd-aseprite
...
aseprite: 1.3.6 -> 1.3.7
2024-06-17 12:21:32 -03:00
aleksana
6ffd76f080
python3Packages.f3d: add python module
2024-06-17 23:00:00 +08:00
Nikolay Korotkiy
04ed83be0a
orbiton: migrate to by-name
2024-06-17 18:00:30 +04:00
Gaetan Lepage
58739f9d1a
python311Packages.pyfftw: remove
2024-06-17 12:54:01 +02:00
Fabian Affolter
8dafc691c5
python312Packages.dash-bootstrap-components: init at 1.6.0
...
Bootstrap components for Plotly Dash
https://github.com/facultyai/dash-bootstrap-components
2024-06-17 12:51:57 +02:00
vigress8
f6b705d0bf
aseprite: 1.3.6 -> 1.3.7
...
* use clangStdenv
* update deps (pcre -> pcre2, tinyxml -> tinyxml-2)
* add patch to use shared `fmt` dependency
* format with nixfmt
* remove usage of "with lib;"
2024-06-17 13:55:12 +04:00
Zitrone
ad99f94c46
LASzip{,2}: rename to laszip{,_2}
2024-06-17 10:24:57 +02:00
Leona Maroni
116b140bab
Merge pull request #320046 from LeSuisse/rails-7.1.3.4
...
rubyPackages.rails: 7.1.3.2 -> 7.1.3.4
2024-06-17 10:14:39 +02:00
Marie Ramlow
56d1e7a41b
lib.systems.examples: update default android sdk to 33, ndk to 26
2024-06-17 09:53:31 +02:00
Marie Ramlow
13effc435c
androidndkPkgs_26: init at 26.3.11579264
2024-06-17 09:50:09 +02:00
Marie Ramlow
561bc6622a
androidndkPkgs_25: init at 25.2.9519653
2024-06-17 09:50:09 +02:00
Jonathan Davies
412cce1388
apacheKafka: Drop 3.5 series
2024-06-17 09:15:54 +02:00
Jonathan Davies
4e5d904350
apacheKafka: init 3.7.0. make default
2024-06-17 09:14:13 +02:00
Sarah Brofeldt
ff5e9d2cd8
apacheKafka: callPackages
...
To please the by-name gods :-)
2024-06-17 09:11:18 +02:00
Sarah Brofeldt
27a384a0ab
apacheKafka: drop 3.4 and older
...
General cleanup -- following the logic that NixOS 23.11 contains Kafka
3.5, so there is a sensible upgrade path for everyone as long as we keep
that around until after the next release.
2024-06-17 09:01:28 +02:00
Sarah Brofeldt
1f45118e73
apacheKafka: init version 3.6.1, make default
2024-06-17 09:01:28 +02:00
Moritz Sanft
21fa9a03f0
kontemplate: migrate to buildGoModule
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-17 08:47:30 +02:00
Paul Meyer
fa547edc66
xmonad-log: move to by-name
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-17 08:29:37 +02:00
Pol Dellaiera
d7124da0b8
Merge pull request #320357 from Aleksanaa/media-downloader
...
media-downloader: move to pkgs/by-name
2024-06-17 08:16:33 +02:00
Pol Dellaiera
f31aab14b0
Merge pull request #320219 from drupol/python3Packages-curl-cffi-downgrade
...
python3Packages.curl-cffi: fix version string
2024-06-17 07:37:26 +02:00
Zitrone
95fb89c652
Sylk: rename to sylk ( #320306 )
...
* Sylk: rename to sylk
* sylk: fix meta.sourceProvenance
---------
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-06-16 22:09:50 -03:00
Aaron Andersen
2873030a27
Merge pull request #320341 from sanzoghenzo/add-kodi-raiplay
...
kodi-raiplay: init at 4.1.2
2024-06-16 20:43:44 -04:00
github-actions[bot]
5243bf695b
Merge master into haskell-updates
2024-06-17 00:14:38 +00:00
Zitrone
63b875e099
SPAdes: refactor
2024-06-16 20:18:13 -03:00
Weijia Wang
653a4744aa
Merge pull request #320296 from quantenzitrone/literadte
...
Literate: rename to literate
2024-06-16 23:07:50 +02:00
Weijia Wang
9311fa85c8
Merge pull request #320275 from quantenzitrone/fil-plugins
...
FIL-plugins: rename to fil-plugins
2024-06-16 23:06:29 +02:00
Pol Dellaiera
a6c35d15f8
Merge pull request #319633 from stuebinm/mattermost-remove-override
...
mattermost: remove redundant buildGoModule argument from callPackage site
2024-06-16 22:39:01 +02:00
Pol Dellaiera
7af35f2cc4
python3Packages.pyreqwest-impersonate: init at 0.4.7
2024-06-16 22:05:23 +02:00
Atemu
3619ebfe78
Merge pull request #320223 from quantenzitrone/beatsabermodmanager
...
BeatSaberModManager: rename to beatsabermodmanager
2024-06-16 22:05:02 +02:00
Zitrone
996fbc60f9
HentaiAtHome: rename to hentai-at-home
2024-06-16 21:49:45 +02:00
aleksana
6f565453f4
media-downloader: move to pkgs/by-name
2024-06-17 03:38:59 +08:00
Andrea Ghensi
fc71c79354
kodi-raiplay: init at 4.1.2
2024-06-16 20:40:52 +02:00
Pol Dellaiera
b744aaaeee
Merge pull request #319131 from JohnRTitor/hyprland
...
hyprland: 0.40.0-unstable-2024-05-05 -> 0.41.1; hyprwayland-scanner: 0.3.4 -> 0.3.10; hyprlandPlugins.hy3: 0.40.0 -> 0.41.0; hyprutils: init at 0.1.2
2024-06-16 20:23:19 +02:00
Weijia Wang
421b344141
Merge pull request #320300 from quantenzitrone/skypeexport
...
SkypeExport: rename to skypeexport
2024-06-16 20:18:58 +02:00
Aleksana
d0c7b3f653
Merge pull request #320260 from quantenzitrone/coinmp
...
CoinMP: rename to coinmp
2024-06-17 01:13:54 +08:00
Zitrone
16d1664b1f
SkypeExport: rename to skypeexport
2024-06-16 17:55:07 +02:00
Zitrone
e63cb4ed39
MIDIVisualizer: rename to midivisualizer
2024-06-16 17:47:38 +02:00
Zitrone
543cb9a6bd
Literate: rename to literate
2024-06-16 17:37:39 +02:00
Zitrone
db06c687e0
LibreArp{,-lv2}: rename to librearp{,-lv2}
2024-06-16 17:29:43 +02:00
Zitrone
83b5c031a6
FIL-plugins: rename to fil-plugins
2024-06-16 16:51:19 +02:00
Nick Cao
88da1b75fa
Merge pull request #320218 from alyssais/linux-6.10-rust
...
linux_testing: fix build
2024-06-16 10:35:32 -04:00
Zitrone
895f3506f3
CoinMP: rename to coinmp
2024-06-16 16:24:30 +02:00
K900
8d62067e0f
Merge pull request #320230 from alyssais/linux-6.9-rust
...
linux_6_9: add missing patch for Rust 1.78
2024-06-16 17:20:21 +03:00
Nick Cao
01ec9b0e42
Merge pull request #320078 from LudovicoPiero/bump-nwg-panel
...
nwg-panel: 0.9.32 -> 0.9.34; move to pkgs/by-name
2024-06-16 10:09:27 -04:00
Zitrone
96e490fbb9
ChowKick: rename to chow-kick
2024-06-16 15:56:52 +02:00
Zitrone
ec6678c0f6
ChowPhaser: rename to chow-phaser
2024-06-16 15:49:40 +02:00
Zitrone
a479d38d70
ChowCentaur: rename to chow-centaur
2024-06-16 15:34:04 +02:00
Zitrone
40c832b32c
CHOWTapeModel: rename to chow-tape-model
2024-06-16 15:09:37 +02:00
Artturin
11a4ca1b3d
Merge pull request #316349 from xtrm-en/init/clang18Stdenv-alias
...
clang18Stdenv: init
2024-06-16 14:35:24 +03:00
Alyssa Ross
d4ab431a2c
linux_6_9: add missing patch for Rust 1.78
...
This fixes building the kernel with Rust enabled for x86_64.
2024-06-16 13:06:25 +02:00
Aaron Andersen
a6b7adf448
Merge pull request #320013 from sanzoghenzo/add-simplecache
...
kodi-simplecache: init at 2.0.2
2024-06-16 06:52:47 -04:00
Aaron Andersen
39bb214d29
Merge pull request #320011 from sanzoghenzo/add-kodi-plugin-cache
...
kodi-plugin-cache: init at 3.0.0
2024-06-16 06:52:32 -04:00
Aaron Andersen
019bc3bcd7
Merge pull request #319239 from sanzoghenzo/add-kodi-upnext
...
kodi-upnext: init at 1.1.9+matrix1
2024-06-16 06:46:01 -04:00
Aaron Andersen
c1172b3b0a
Merge pull request #320005 from sanzoghenzo/add-kodi-formula1
...
kodi-formula1: init at 2.0.2
2024-06-16 06:44:50 -04:00
K900
951601ccab
treewide: drop amdgpu-pro
...
It's dead, Jim.
2024-06-16 13:39:52 +03:00
Alyssa Ross
e99b405356
linux_testing: fix build
...
This patch is upstream in 6.10.
2024-06-16 12:13:30 +02:00
Ludovico Piero
d6b58fc849
nwg-panel: move to pkgs/by-name
...
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-06-16 16:50:14 +09:00
Florian Klink
69efc46438
Merge pull request #315205 from widlarizer/tracy-remove-legacy
...
tracy: fix wayland - remove legacy build, add deps
2024-06-16 10:03:23 +03:00
Pol Dellaiera
4b2ef8f2f0
Merge pull request #315233 from numinit/android-studio-full
...
android-studio-full: init
2024-06-16 08:35:21 +02:00
Zitrone
0aa14eb2c8
BeatSaberModManager: rename to beatsabermodmanager
2024-06-16 08:01:14 +02:00
github-actions[bot]
7b8f253d65
Merge master into haskell-updates
2024-06-16 00:15:12 +00:00
tomberek
f7aae7b083
Merge pull request #212328 from ExpidusOS/flutter-engine/init
...
flutter.engine: init
2024-06-15 18:53:38 -04:00
Weijia Wang
7566e46d76
Merge pull request #319035 from wegank/epoll-shim-bump
...
epoll-shim: 0.0.20230411 -> 0.0.20240608
2024-06-16 00:02:44 +02:00
Emil J. Tywoniak
aefaf8f50b
tracy: move to wayland, add tracy-x11
2024-06-15 22:52:03 +02:00
Pol Dellaiera
7938d40a60
Merge pull request #316239 from arjan-s/qtile-sessions
...
qtile: install proper session .desktop files for both xorg and wayland
2024-06-15 19:57:54 +02:00
Franz Pletz
3027ba73df
Merge pull request #319406 from fgaz/nheko/0.12.0
2024-06-15 18:48:02 +02:00
kenshin
c697f20356
python312Packages.berkeleydb: init at 18.1.8
...
* Add env fix from tomaSajt
* nixformat
* better format for imports
* remove unused import
2024-06-15 18:30:18 +02:00
Jonas Heinrich
f15be30a76
Merge pull request #319297 from onny/sublime-music2
...
sublime-music: 0.12.0 -> 0.12.0-unstable-2024-01-06
2024-06-15 16:53:51 +02:00
Thomas Gerbet
e6af677352
rubyPackages.rails: 7.1.3.2 -> 7.1.3.4
...
Fixes CVE-2024-32464 and CVE-2024-28103.
Changes:
https://github.com/rails/rails/releases/tag/v7.1.3.4
https://github.com/rails/rails/releases/tag/v7.1.3.3
2024-06-15 14:56:35 +02:00
Leona Maroni
bac3e72803
Merge pull request #318036 from herberteuler/fix/jbr-21
...
jetbrains-jdk: 17.0.11 -> 21.0.3
2024-06-15 10:47:33 +02:00
Andrea Ghensi
23b37540cc
kodi-plugin-cache: init at 3.0.0
2024-06-15 10:04:21 +02:00
Andrea Ghensi
8a143faed6
kodi-simplecache: init at 2.0.2
2024-06-15 10:03:36 +02:00
Andrea Ghensi
2f55a21a7d
kodi-formula1: init at 2.0.2
2024-06-15 09:51:34 +02:00
Andrea Ghensi
7e6aaafc58
kodi-upnext: init at 1.1.9+matrix1
...
This adds the Up Next kodi addon to kodi packages
2024-06-15 09:20:05 +02:00
Fabian Affolter
8dc166a6c0
Merge pull request #319903 from fabaff/strawberry-graphql-bump
...
python312Packages.inline-snapshot: init at 0.10.2, python311Packages.strawberry-graphql: 0.230.0 -> 0.235.0
2024-06-15 08:24:01 +02:00
Tristan Ross
a54e49b360
flutter.engine: init
2024-06-14 21:01:16 -07:00
tomberek
933ae429e0
Merge pull request #317861 from ExpidusOS/feat/zig-0.13
...
zig_0_13: init
2024-06-14 22:13:51 -04:00
tomberek
58631b06ab
Merge pull request #319660 from ExpidusOS/feat/flutter-beta
...
flutterPackages: support beta releases
2024-06-14 22:10:54 -04:00
Tristan Ross
b51cf6ec0e
kexec-tools: fix compiling with llvm
...
Fixes #317526
2024-06-14 17:45:12 -07:00
éclairevoyant
a95cadbbc0
Merge pull request #318506 from jtojnar/7zz
...
_7zz: 24.05 → 24.06
2024-06-15 00:23:04 +00:00
github-actions[bot]
04a9fe98e1
Merge master into haskell-updates
2024-06-15 00:13:32 +00:00
luftmensch-luftmensch
3532ff0eae
sfwbar: move to pkgs/by-name
2024-06-15 00:09:13 +02:00
Weijia Wang
0dd1d656e6
Merge pull request #319175 from getchoo/pkgs/rav1e/adopt
...
rav1e: adopt; modernize
2024-06-14 23:12:30 +02:00
superherointj
3a57cf3037
Merge pull request #319405 from superherointj/fluxcd-by-name
...
fluxcd: refactor
2024-06-14 18:11:38 -03:00
Weijia Wang
316a00ee2f
Merge pull request #318535 from matteo-pacini/corsixth-darwin
...
corsix-th: darwin build, add maintainer
2024-06-14 23:04:21 +02:00
Alexandre Esteves
cadb3d1df5
haskellPackages.ghcjs-dom: build on js backend of ghc 9.8
2024-06-14 23:02:10 +02:00
Fabian Affolter
fd21570d74
python312Packages.inline-snapshot: init at 0.10.2
...
Create and update inline snapshots in Python tests
https://github.com/15r10nk/inline-snapshot/
2024-06-14 22:51:00 +02:00
kirillrdy
a9c7f94f4d
Merge pull request #317887 from aaronjheng/ricochet-refresh
...
ricochet-refresh: 3.0.23 -> 3.0.24
2024-06-14 20:32:42 +00:00
Anderson Torres
82bff8fc88
vkd3d: migrate to by-name
2024-06-14 15:22:56 -03:00
John Titor
2d88a5f17a
hyprland: move to pkgs/by-name, hyprlandPlugins: restructure
2024-06-14 22:33:47 +05:30
Anderson Torres
5be6e19f01
jwasm: migrate to by-name
2024-06-14 13:21:33 -03:00
h7x4
9fb8bd8438
Merge pull request #319727 from JoeDupuis/update-rexml
...
rexml: 3.2.8 -> 3.3.0
2024-06-14 18:02:33 +02:00
Francesco Gazzetta
a887251577
ocamlPackages.ezjsonm-encoding: init at 2.0.0
2024-06-14 16:29:10 +02:00
Francesco Gazzetta
fb62df0da2
perlPackages.AnyEventI3: 0.17 -> 0.19
...
Fixes crash in perlPackages.Apppapersway
2024-06-14 14:03:27 +00:00
Doron Behar
81521b9e38
python312Packages.lsp-tree-sitter: init at 0.0.15
2024-06-14 10:50:05 +03:00
Doron Behar
b23bf06666
python311Packages.tree-sitter-languages: init at 1.10.2
2024-06-14 10:50:05 +03:00
Aaron Jheng
af05a4e395
ricochet-refresh: 3.0.23 -> 3.0.24
2024-06-14 14:29:25 +08:00
Joé Dupuis
5ba6bb7ad9
Update REXML to fix a dependency resolution issue.
...
REXML accidentally added a version pin on a default gem (strscan)
without bumping the major version.
REXML removed the pin on strscan in 3.3.0
f1df7d13b3 (diff-75d0a867bbfd5e375164c17cf7a9df96761fb050e7308f3918ad6fe1fe12d27dL58)
2024-06-13 22:47:23 -07:00
éclairevoyant
1d0f8a067b
citrix_workspace: 24.2.0.65 -> 24.5.0.76
2024-06-14 01:03:41 -04:00
github-actions[bot]
85a9715838
Merge master into haskell-updates
2024-06-14 00:13:38 +00:00
Tristan Ross
0284d26d08
flutter323: init
2024-06-13 14:47:34 -07:00
stuebinm
21fd1a3819
mattermost: remove obsolete argument from callPackage
...
the default version was raised to Go 1.22 in
94ed0781e9
, so it is no longer
necessary to set it explicitly.
2024-06-13 21:07:08 +02:00
Nick Cao
06b68ac5a3
Merge pull request #317840 from NeverBehave/pkg-ws-tunnel-rust
...
wstunnel: 0.5.1.0 -> 9.6.1
2024-06-13 13:31:08 -04:00
Sandro
13731c683e
Merge pull request #316751 from traverseda/master
...
python312Packages.py-slvs: init at 1.0.6
2024-06-13 19:13:35 +02:00
Francesco Gazzetta
ea534ba563
nheko: 0.11.3 -> 0.12.0
...
Diff: https://github.com/Nheko-Reborn/nheko/compare/v0.11.3...v0.12.0
2024-06-13 19:00:53 +02:00
Yureka
18214ff3c9
irrd: 4.4.2 -> 4.4.4; fix build ( #319522 )
2024-06-13 17:27:40 +02:00
Sandro
4fc17f6422
Merge pull request #318827 from Sail0rd/create-natural
2024-06-13 13:58:51 +02:00
José Romildo Malaquias
ec1d2210ea
Merge pull request #319509 from luftmensch-luftmensch/fluent-gtk-theme_2024-06-12
...
fluent-gtk-theme: 2024-04-28 -> 2024-06-12
2024-06-13 07:16:25 -03:00
Yt
be45e3445c
Merge pull request #319316 from woutdp/master
...
elixir_1_17: init at 1.17.0
2024-06-13 09:46:12 +00:00
emilylange
268ce0e562
electron-source.electron_{27,28}: remove instead of marking them as EOL
...
Follow-up to 7892638379
.
We still have the EOLed `electron-{27,28}-bin` builds, that can be used
instead.
`electron-source.electron_{27,28}` do not build anymore due to LLVM
incompatibilities.
This is beneficial to users of software that still depend on those EOLed
electron versions as well.
Instead of wasting potentially hours of compute trying to build known
broken versions from source, the working binary variants will be used.
Furthermore, this allows us to cleanup the underlying chromium and
electron-source derivations from now unused version conditions such
as version specific patches and build flags.
2024-06-13 11:35:23 +02:00
Wout De Puysseleir
88abc8f5a7
elixir_1_17: init at 1.17.0
2024-06-13 12:24:42 +03:00
mathis
b2d959d25b
python312Packages.natural: init at 0.2.0
2024-06-13 11:22:37 +02:00
Anthony Roussel
e06d19df93
httping: migrate to pkgs/by-name
2024-06-13 10:35:46 +02:00
luftmensch-luftmensch
6959071f7c
fluent-gtk-theme: move to pkgs/by-name
2024-06-13 10:04:58 +02:00
Sandro
c5a8bae88b
Merge pull request #317359 from Sigmanificient/loguru-logging-intercept
2024-06-13 10:01:29 +02:00
Doron Behar
a1a791a585
python311Packages.tree-sitter0_21: init at 0.21.3
2024-06-13 09:58:16 +03:00
Doron Behar
d9d6506761
python311Packages.tree-sitter-json: init at 0.21.0
2024-06-13 09:57:27 +03:00
Doron Behar
05662e4560
python311Packages.tree-sitter-javascript: init at 0.21.3
2024-06-13 09:57:01 +03:00
Doron Behar
70ace4421f
python311Packages.tree-sitter-rust: init at 0.21.2
2024-06-13 09:56:29 +03:00
Doron Behar
3413a19915
python311Packages.tree-sitter-python: init at 0.21.0
2024-06-13 09:56:02 +03:00
Doron Behar
86deab11f9
python311Packages.tree-sitter-html: init at 0.20.3
2024-06-13 09:54:56 +03:00
Paul Meyer
05d7f5e6d9
Merge pull request #318563 from luftmensch-luftmensch/syncthing_update
...
syncthing-tray: migrate to buildGoModule
2024-06-13 08:34:39 +02:00
Pol Dellaiera
3bae2ec492
Merge pull request #318548 from slashformotion/tbump-init-at-6.11.0
...
tbump: init at 6.11.0
2024-06-13 08:10:33 +02:00
Paul Meyer
b78c0b9c08
Merge pull request #318616 from msanft/guardian-agent/build-go-module
...
guardian-agent: remove
2024-06-13 07:53:55 +02:00
github-actions[bot]
ec7ba84143
Merge master into haskell-updates
2024-06-13 00:13:57 +00:00
superherointj
29616b7af3
Merge pull request #318899 from ulrikstrid/ulrikstrid--streamdeck-ui-4_1_2
...
streamdeck-ui: 3.1.0 -> 4.1.2
2024-06-12 20:22:01 -03:00
sternenseemann
076e3657a4
Merge master into haskell-updates
2024-06-13 00:58:47 +02:00
Dawid Ciężarkiewicz
bd36b3a05a
fedimint: init at 0.3.2-rc.0
2024-06-12 15:42:13 -07:00
Jan Tojnar
3b432c6005
{p7zip,_7zz}-rar: init
2024-06-13 00:41:58 +02:00
superherointj
296a3e4979
fluxcd: refactor
...
- move top-level to by-name
- remove nested with in meta
- replace sha256 with hash
- use stdenv.buildPlatform.canExecute
- nixfmt
- minor clean-up
2024-06-12 19:35:38 -03:00
sternenseemann
702d636d78
haskell.compiler.ghc948: fix expression file name
...
This is a left over to do from #308776 . Rebasing existing PR (prior
to #308776 ) would need to be rebased on a change before the commit
included in this PR.
2024-06-13 00:00:53 +02:00
Guanpeng Xu
807913cea7
jcef: fix jdk at jdk21
2024-06-12 14:03:53 -07:00
Ulrik Strid
5881753f62
streamdeck-ui: move to by-name
2024-06-12 22:34:14 +02:00
slashformotion
7ca220b9f6
cli-ui: init at 0.17.2
2024-06-12 21:43:07 +02:00
Matteo Pacini
b81447c631
shipwright: darwin build, add maintainer
2024-06-12 19:11:16 +01:00
Vladimír Čunát
9d428a5276
Merge #316075 : staging-next 2024-05-31
2024-06-12 18:48:53 +02:00
Malte Poll
c727732f66
dazel: init at 0.0.42
2024-06-12 16:45:46 +02:00
Martin Weinelt
48b2f19db4
Merge pull request #319096 from NixOS/home-assistant
...
home-assistant: 2024.6.1 -> 2024.6.2
2024-06-12 16:44:45 +02:00
Sandro
eb8400b019
Merge pull request #319301 from justanotherariel/morgen
2024-06-12 16:06:39 +02:00
Sandro
36f7f612a9
Merge pull request #319294 from kashw2/obsidian
2024-06-12 15:22:54 +02:00
Sergei Zimmerman
16999590ce
opencl-info: drop
...
Upstream has been abandoned and unmaintained for 11 years.
opencl-clhpp updates are causing build failures which need
vendored patches.
2024-06-12 15:22:17 +03:00
github-actions[bot]
fddadbd234
Merge master into staging-next
2024-06-12 12:01:10 +00:00
Ariel Ebersberger
286beb5f80
morgen: electron_28 -> electron_29
2024-06-12 13:20:08 +02:00
Jonas Heinrich
14f5ac461d
sublime-music: move to pkgs/by-name
2024-06-12 12:32:17 +02:00
Johannes Jöns
c78934cbc4
Merge pull request #319174 from getchoo/pkgs/libopus/adopt
...
libopus: adopt; modernize
2024-06-12 12:29:34 +02:00
kashw2
952f3cee95
obsidian: removed electron version pin
2024-06-12 20:02:09 +10:00
luftmensch-luftmensch
49e4a8e26f
syncthing-tray: migrate to buildGoModule
2024-06-12 11:05:49 +02:00
WilliButz
9e302916a6
Merge pull request #318846 from msanft/dovecot_exporter/build-go-module
...
dovecot_exporter: migrate to buildGoModule
2024-06-12 10:59:05 +02:00
Martin Weinelt
11e83cb0ab
python312Packages.uiprotect: init at 0.13
2024-06-12 10:31:49 +02:00
Martin Weinelt
4fd23b5838
python312Packages.pyopenweathermap: init at 0.0.9
...
Closes : #319248
2024-06-12 10:31:48 +02:00
seth
1cc5cb9434
rav1e: migrate to by-name
2024-06-12 03:28:22 -04:00
github-actions[bot]
e145b7fb56
Merge master into staging-next
2024-06-12 06:01:00 +00:00
abysssol
d76cd9352c
ollama: add overridden versions to all-packages.nix
...
This should be able to enable atomatic nix caching for these versions of ollama.
2024-06-12 00:10:11 -04:00
seth
13bc7f0011
libopus: migrate to by-name
2024-06-11 20:21:38 -04:00
github-actions[bot]
477d2d32ff
Merge master into staging-next
2024-06-12 00:02:10 +00:00
Weijia Wang
aead7eae28
Merge pull request #307975 from SuperSamus/dolphin-emu-update
...
dolphin-emu: 5.0-21088 -> 5.0-21460
2024-06-12 00:15:33 +02:00
Peder Bergebakken Sundt
82ef793ec3
Merge pull request #264555 from adtya/smc/chilanka/init
...
smc-chilanka: init at 1.7
2024-06-11 22:56:19 +02:00
Markus Kowalewski
bc3cfcb6ed
Merge pull request #319027 from sheepforce/molbar
...
molbar: init at 1.1.1
2024-06-11 18:31:47 +00:00
Moritz Sanft
422b1fdfd0
guardian-agent: remove
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-11 18:09:51 +02:00
github-actions[bot]
14aa6e8765
Merge master into staging-next
2024-06-11 12:01:16 +00:00
Bruno BELANYI
d51f8579f0
Merge pull request #319028 from luftmensch-luftmensch/woodpecker-pipeline-transform_0.2.0
...
woodpecker-pipeline-transform: 0.1.1 → 0.2.0
2024-06-11 12:16:13 +01:00
Ali Caglayan
15427ed7cd
ocamlPackages.memprof-limits: init at 0.2.1 ( #318800 )
...
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2024-06-11 13:05:53 +02:00
Weijia Wang
f20872050b
epoll-shim: move to pkgs/by-name
2024-06-11 13:00:35 +02:00
Phillip Seeber
fdb30ac702
molbar: init at 1.1.1
2024-06-11 12:00:59 +02:00
Phillip Seeber
5dbdd6f664
python3.pkgs.dscribe: init at 2.1.1
2024-06-11 12:00:22 +02:00
luftmensch-luftmensch
d488acce88
woodpecker-pipeline-transform: move to pkgs/by-name
2024-06-11 11:34:11 +02:00
Jörg Thalheim
de7943c942
tsmu: move to pkgs/by-name
2024-06-11 09:44:48 +02:00
Matteo Pacini
e9c1ebb57b
corsix-th: darwin build, add maintainer
2024-06-11 08:43:52 +01:00
Jörg Thalheim
8e5bca2ebf
Merge pull request #318571 from msanft/containerpilot/remove
...
containerpilot: remove
2024-06-11 09:32:12 +02:00
éclairevoyant
00c8d00dfe
Merge pull request #318967 from srhb/drop-aws-env
...
aws-env: drop
2024-06-11 06:40:51 +00:00
Moritz Sanft
4f1a81e9fa
coyim: migrate to buildGoModule
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-11 08:23:00 +02:00
Moritz Sanft
23930cb867
containerpilot: remove
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-11 08:21:31 +02:00
github-actions[bot]
491c6c405d
Merge master into staging-next
2024-06-11 06:01:11 +00:00
Sarah Brofeldt
51194634ad
aws-env: drop
...
This package is very unmaintained upstream.
2024-06-11 06:57:16 +02:00
Aaron Jheng
8b4e935052
poretools: remove
2024-06-11 10:16:51 +08:00
Silvan Mosberger
f0feb1b84c
Merge pull request #317772 from ExpidusOS/fix/flake-check
...
Make NixOS/nixpkgs Flake pure
2024-06-11 03:58:46 +02:00
github-actions[bot]
79bbeb1aaf
Merge master into staging-next
2024-06-11 00:02:06 +00:00
Sandro
19ba4b07aa
Merge pull request #318873 from minijackson/jellyfin-10.9.6
...
jellyfin/jellyfin-web: 10.9.3 -> 10.9.6
2024-06-11 01:00:29 +02:00
Finn Landweber
8342487caa
python3Packages.timy: init at 0.4.2 ( #290173 )
2024-06-11 00:37:57 +02:00
Doron Behar
1cfca0152e
Merge pull request #318787 from msanft/librarian-puppet-go/build-go-module
...
librarian-puppet-go: remove
2024-06-10 23:37:00 +03:00
Sandro
f6682cb819
Merge pull request #318229 from luftmensch-luftmensch/govers_update
...
govers: migrate to buildGoModule
2024-06-10 21:25:54 +02:00
Sandro
4bdf4447cf
Merge pull request #318220 from luftmensch-luftmensch/allmark_update
...
allmark: migrate to buildGoModule
2024-06-10 21:23:58 +02:00
Minijackson
2fa82b71c1
jellyfin: move to pkgs/by-name
2024-06-10 20:30:21 +02:00
Minijackson
b71cba0165
jellyfin-web: move to pkgs/by-name
2024-06-10 20:28:35 +02:00
github-actions[bot]
0cc78468fa
Merge master into staging-next
2024-06-10 18:01:13 +00:00
Moritz Sanft
14f649e893
dovecot_exporter: migrate to buildGoModule
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-10 18:22:23 +02:00
luftmensch-luftmensch
66ec7f718a
govers: migrate to buildGoModule
2024-06-10 17:14:46 +02:00
luftmensch-luftmensch
f27bd6fd0a
allmark: migrate to buildGoModule
2024-06-10 17:12:57 +02:00
Stanisław Pitucha
456059e996
perl538Packages.IOInterface: fix darwin build ( #317723 )
...
This expects the LD hack now (for some reason?)
2024-06-10 17:12:36 +02:00
Moritz Sanft
02f2cccf62
librarian-puppet-go: remove
2024-06-10 15:47:17 +02:00