Adam C. Stephens and GitHub
57eac43da2
Merge pull request #295753 from MatthewCroughan/mc/rs-tftpd
...
rs-tftpd: init at 0.2.12
2024-03-20 10:29:10 -04:00
Adam C. Stephens and GitHub
3c3ae63632
Merge pull request #297119 from mfrw/mfrw/fish-3.7.1
...
fish: 3.7.0 -> 3.7.1
2024-03-20 10:28:18 -04:00
Nick Cao and GitHub
cd1853128f
Merge pull request #297352 from r-ryantm/auto-update/konstraint
...
konstraint: 0.33.0 -> 0.35.0
2024-03-20 10:10:37 -04:00
Nick Cao and GitHub
096519d8b7
Merge pull request #297388 from wrbbz/pulumi-bin-3.111.1
...
pulumi-bin: 3.111.0 -> 3.111.1
2024-03-20 10:09:47 -04:00
Fabian Affolter and GitHub
90548a8b13
Merge pull request #297456 from fabaff/tftui-fix
...
tftui: 0.12.4 -> 0.12.6
2024-03-20 15:08:30 +01:00
Fabian Affolter and GitHub
7cd8dbe558
Merge pull request #297454 from fabaff/upiano-fix
...
upiano: allow later textual releases
2024-03-20 15:08:19 +01:00
Florian Klink and GitHub
1a1310c13e
Merge pull request #297242 from picnoir/pic/sockdump-bump
...
sockdump: unstable-2023-09-16 -> unstable-2023-12-11
2024-03-20 16:05:53 +02:00
Nick Cao and GitHub
752eaab670
Merge pull request #297269 from r-ryantm/auto-update/riffdiff
...
riffdiff: 3.0.1 -> 3.1.0
2024-03-20 10:04:50 -04:00
Nick Cao and GitHub
6fafd79591
Merge pull request #297273 from r-ryantm/auto-update/cdxgen
...
cdxgen: 10.2.3 -> 10.2.4
2024-03-20 10:04:02 -04:00
Nick Cao and GitHub
f1f5d4aeef
Merge pull request #297280 from QJoly/argocd/2.10.3-2.10.4
...
argocd: 2.10.3 -> 2.10.4
2024-03-20 10:03:22 -04:00
Nick Cao and GitHub
09a9021ee6
Merge pull request #297285 from r-ryantm/auto-update/mackerel-agent
...
mackerel-agent: 0.79.0 -> 0.80.0
2024-03-20 10:02:37 -04:00
Nick Cao and GitHub
22ce78d0b6
Merge pull request #297286 from r-ryantm/auto-update/protolint
...
protolint: 0.49.2 -> 0.49.3
2024-03-20 10:02:13 -04:00
Nick Cao and GitHub
908a53890a
Merge pull request #297288 from r-ryantm/auto-update/moon
...
moon: 1.22.7 -> 1.22.8
2024-03-20 10:01:39 -04:00
Nick Cao and GitHub
8ca8be1683
Merge pull request #297172 from otavio/renode
...
renode: 1.14.0 -> 1.15.0
2024-03-20 09:59:29 -04:00
Nick Cao and GitHub
5fad61917b
Merge pull request #297240 from r-ryantm/auto-update/renode-dts2repl
...
renode-dts2repl: unstable-2024-03-12 -> unstable-2024-03-19
2024-03-20 09:58:53 -04:00
Nick Cao and GitHub
fc3bdf5c88
Merge pull request #297325 from r-ryantm/auto-update/wasmer
...
wasmer: 4.2.6 -> 4.2.7
2024-03-20 09:57:11 -04:00
Weijia Wang and GitHub
fbef26df7d
Merge pull request #296981 from Kamillaova/update/rvvm
...
rvvm: 0.5 -> 0.6
2024-03-20 14:48:46 +01:00
Weijia Wang and GitHub
9865fb3e29
Merge pull request #297131 from TomaSajt/astral
...
astral: make deterministic and clean up
2024-03-20 14:47:27 +01:00
Weijia Wang and GitHub
08608687b0
Merge pull request #296944 from wegank/advanced-scene-switcher-bump
...
obs-studio-plugins.advanced-scene-switcher: 1.24.2 -> 1.25.3
2024-03-20 14:45:59 +01:00
Weijia Wang and GitHub
bc8d07840e
Merge pull request #296780 from wegank/opencflite-bump
...
opencflite: 476.19.0 -> 635.21.8
2024-03-20 14:42:25 +01:00
Sandro and GitHub
50b2e2a029
Merge pull request #296866 from SuperSandro2000/xserver-pinentry
2024-03-20 14:32:44 +01:00
Emily Trau and GitHub
c22bcf97e2
Merge pull request #297089 from emilytrau/drawio-darwin-signing
...
drawio: fix darwin signing failure
2024-03-21 00:32:36 +11:00
Fabian Affolter
155be2eb13
tftui: 0.12.4 -> 0.12.6
...
Changelog: https://github.com/idoavrah/terraform-tui/releases/tag/v0.12.6
2024-03-20 14:30:54 +01:00
wackbyte and GitHub
5cffd60bed
pythonPackages.asyncpg: fix build on older Python, bump minimum Python version ( #294645 )
2024-03-20 14:28:54 +01:00
Fabian Affolter and GitHub
65c8c9eb41
Merge pull request #297450 from r-ryantm/auto-update/python312Packages.tesla-fleet-api
...
python312Packages.tesla-fleet-api: 0.4.9 -> 0.5.0
2024-03-20 14:25:41 +01:00
Muhammad Falak R Wani and Adam Stephens
f3a20533b7
fish: fix passthru tests for darwin
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com >
2024-03-20 09:25:38 -04:00
Sarah Clark and GitHub
2f7f71ea58
doc: Add troubleshooting for Cythonized code and pytest ( #293069 )
...
Cython is a Python compiler that emits native .so modules. By default, python derivations run tests in the wrong directory to see these modules and tests fail.
Issue #255262 documents the root cause and solution for this problem.
This PR adds a description of the problem and the most common solution to the test troubleshooting list.
2024-03-20 14:21:09 +01:00
Sandro and GitHub
d60c069a65
Merge pull request #297254 from Groestlcoin/4.5.4
2024-03-20 14:19:59 +01:00
Fabian Affolter
86950a9c05
upiano: allow later textual releases
2024-03-20 14:07:27 +01:00
f54aaa5ba8
rs-tftpd: init at 0.2.12
...
Co-authored-by: Adam C. Stephens <2071575+adamcstephens@users.noreply.github.com >
2024-03-20 09:04:38 -04:00
R. Ryantm
86deeaca82
python312Packages.tesla-fleet-api: 0.4.9 -> 0.5.0
2024-03-20 12:37:23 +00:00
Fabian Affolter and GitHub
66e2e75c67
Merge pull request #297420 from fabaff/py-tree-sitter-remove
...
python311Packages.py-tree-sitter: remove, python311Packages.tree-sitter: 0.20.4 -> 0.21.1
2024-03-20 13:35:21 +01:00
Mauricio Collares and GitHub
e21968aa89
Merge pull request #294062 from collares/sage-10.3
...
sage: 10.2 -> 10.3
2024-03-20 13:21:12 +01:00
Fabian Affolter and GitHub
83b32addf2
Merge pull request #297421 from fabaff/ollama
...
python311Packages.ollama: init at 0.1.7
2024-03-20 13:18:45 +01:00
Matthieu Coudron
11fc7cb8d9
luaPackages.mimetypes: init at 1.0.0-3
2024-03-20 13:08:02 +01:00
Pascal Wittmann and GitHub
fd860b6f2e
Merge pull request #297080 from devusb/nzbget
...
nzbget: 21.4-rc2 -> 23.0
2024-03-20 13:04:10 +01:00
R. Ryantm and Vincent Laporte
6f8d5811de
bluefish: 2.2.14 -> 2.2.15
2024-03-20 13:00:21 +01:00
Weijia Wang and GitHub
f0a84112c3
Merge pull request #297424 from toastal/displaycal-3.9.12
...
displaycal: 3.9.11 → 3.9.12, mv → by-name/
2024-03-20 12:56:29 +01:00
Fabian Affolter
62ef647346
python312Packages.tree-sitter: add patch to replace distutils
2024-03-20 12:43:27 +01:00
Pol Dellaiera and GitHub
c4f1f457e3
Merge pull request #295600 from daniel-fahey/protonmail-bridge-gui
...
protonmail-bridge-gui: init at 3.9.1
2024-03-20 12:36:46 +01:00
Sandro and GitHub
d61044bd31
Merge pull request #297310 from felschr/tor-browser-updates
...
tor-browser: 13.0.11 -> 13.0.12, mullvad-browser: 13.0.10 -> 13.0.12
2024-03-20 12:11:56 +01:00
Pascal Wittmann and GitHub
7efbce60f6
Merge pull request #297359 from r-ryantm/auto-update/checkstyle
...
checkstyle: 10.14.1 -> 10.14.2
2024-03-20 11:58:12 +01:00
Daniel Fahey
df4ffc959d
protonmail-bridge-gui: init at 3.9.1
2024-03-20 10:57:38 +00:00
Mauricio Collares
d403e1be7a
sage, sageWithDoc: 10.2 -> 10.3
2024-03-20 11:46:58 +01:00
José Romildo Malaquias and GitHub
38a169c939
Merge pull request #294436 from jakedevs/andromeda-gtk-theme
...
andromeda-gtk-theme: init at version 0-unstable-2024-03-04
2024-03-20 07:42:14 -03:00
toastal
94d91e996b
displaycal: mv → by-name/
2024-03-20 17:22:05 +07:00
Jaakko Paju and tomf
1f7e3343e3
metals: 1.2.1 -> 1.2.2
2024-03-20 21:10:37 +11:00
éclairevoyant and tomf
debb92775e
nixos/starship: cleanup
2024-03-20 21:08:43 +11:00
éclairevoyant and tomf
4f9d91e276
nixos/starship: allow setting package
2024-03-20 21:08:43 +11:00
toastal
a84c66e910
displaycal: 3.9.11 → 3.9.12
2024-03-20 17:05:55 +07:00