Nick Cao
dde3b88d56
Merge pull request #336628 from ereslibre/bump-wasm-tools
...
wasm-tools: 1.215.0 -> 1.216.0
2024-08-23 15:11:07 -04:00
Robert Schütz
ff3e75dff7
Merge pull request #336838 from jnsgruk/pytouchlinesl
...
python3Packages.pytouchlinesl: remove nix-update-script
2024-08-23 12:10:20 -07:00
Jon Seager
6abcae971c
python3Packages.pytouchlinesl: remove nix-update-script
2024-08-23 19:55:46 +01:00
Donovan Glover
fb6adcc551
Merge pull request #336680 from r-ryantm/auto-update/typos
...
typos: 1.23.6 -> 1.23.7
2024-08-23 18:52:53 +00:00
Robert Schütz
2ea9bad57d
Merge pull request #336834 from r-ryantm/auto-update/python312Packages.python-linkplay
...
python312Packages.python-linkplay: 0.0.8 -> 0.0.9
2024-08-23 11:49:32 -07:00
Fabian Affolter
8f959a6ae2
Merge pull request #336716 from fabaff/sqlfluff-bump
...
sqlfluff: 3.1.0 -> 3.1.1
2024-08-23 20:47:26 +02:00
Fabian Affolter
5955d841ac
Merge pull request #336542 from SuperSandro2000/pyeapi
...
python312Packages.pyeapi: fix re-tag
2024-08-23 20:43:51 +02:00
Fabian Affolter
03c133a66b
Merge pull request #336676 from r-ryantm/auto-update/python312Packages.cron-descriptor
...
python312Packages.cron-descriptor: 1.4.3 -> 1.4.4
2024-08-23 20:43:23 +02:00
Fabian Affolter
aa73dc524e
Merge pull request #336701 from fabaff/metasploit-bump
...
metasploit: 6.4.22 -> 6.4.23
2024-08-23 20:43:00 +02:00
Fabian Affolter
2cfcbb8fcd
Merge pull request #336705 from fabaff/angr-bump
...
python311Packages.angr: 9.2.115 -> 9.2.116
2024-08-23 20:42:07 +02:00
Fabian Affolter
fc00404e93
Merge pull request #336706 from fabaff/iso4217-bump
...
python312Packages.iso4217: 1.11 -> 1.12
2024-08-23 20:39:58 +02:00
Bernardo Meurer
61595bb696
Merge pull request #336391 from huantianad/tauon-fix
2024-08-23 15:39:38 -03:00
Fabian Affolter
3046333832
Merge pull request #336707 from fabaff/meshtastic-bump
...
python312Packages.meshtastic: 2.3.15 -> 2.4.0
2024-08-23 20:39:27 +02:00
Fabian Affolter
f53ea28b05
Merge pull request #336744 from r-ryantm/auto-update/python312Packages.pypck
...
python312Packages.pypck: 0.7.20 -> 0.7.21
2024-08-23 20:39:08 +02:00
Fabian Affolter
cfd8eb1953
Merge pull request #336830 from r-ryantm/auto-update/python312Packages.bthome-ble
...
python312Packages.bthome-ble: 3.9.3 -> 3.10.0
2024-08-23 20:37:37 +02:00
R. Ryantm
e4c972991a
spicedb: 1.35.2 -> 1.35.3
2024-08-23 13:34:58 -05:00
superherointj
739cfe76b3
Merge pull request #334221 from superherointj/ceph-csi-refactor
...
ceph-csi: refactor, migrate to by-name
2024-08-23 15:33:29 -03:00
R. Ryantm
e5abda703a
python312Packages.python-linkplay: 0.0.8 -> 0.0.9
2024-08-23 18:28:52 +00:00
R. Ryantm
9b4f2d3046
python312Packages.bthome-ble: 3.9.3 -> 3.10.0
2024-08-23 18:09:53 +00:00
Fabián Heredia Montiel
87f0efcadc
Merge pull request #336379 from jackwilsdon/update-signal-desktop
...
signal-desktop: 7.19.0 -> 7.21.0
2024-08-23 12:00:22 -06:00
Fabián Heredia Montiel
06f723de83
Merge pull request #336441 from devusb/aws-sso-fix
...
aws-sso-cli: skip broken TestServerWithSSL
2024-08-23 11:58:32 -06:00
Fabián Heredia Montiel
b38c39cd89
Merge pull request #336403 from r-ryantm/auto-update/infisical
...
infisical: 0.28.4 -> 0.28.5
2024-08-23 11:56:24 -06:00
Fabián Heredia Montiel
714d2e817c
Merge pull request #336586 from r-ryantm/auto-update/tektoncd-cli
...
tektoncd-cli: 0.37.0 -> 0.38.0
2024-08-23 11:55:46 -06:00
Fabián Heredia Montiel
8acf83b4db
Merge pull request #336620 from r-ryantm/auto-update/fastly
...
fastly: 10.13.1 -> 10.13.3
2024-08-23 11:55:29 -06:00
huantian
f66ce6a56f
tauon: sort arguments by usage order
2024-08-23 10:49:09 -07:00
huantian
b24f9173e6
tauon: remove unused depedencies and fix runtime dependency
...
game-music-emu needs to be in LD_LIBRARY_PATH for the app to find it.
gst-python and pylyrics are no longer used.
tauon does have optional support for libjxl, but it's via the python
library pyjxl and not directly with the C library.
2024-08-23 10:49:09 -07:00
huantian
a2fcb4e05c
tauon: update substituteInPlace patches
2024-08-23 10:49:03 -07:00
huantian
51afc33a17
tauon: fix build error
...
If the interpreter path to bash after patchShebang contians the string
'gcc', then we will end up mangaling the shebang interpreter path with
the substituteInPlace on 'gcc' that follows the patchShebang.
We can fix this by switching the order of the two, but since this script
is only used once during compilation, it's simplier just to call bash
directly to run the script.
2024-08-23 10:46:58 -07:00
Jonas Heinrich
d87e96e5cd
Merge pull request #336786 from matteo-pacini/pmbootstrap-darwin
...
pmbootstrap: fix darwin build
2024-08-23 18:25:04 +02:00
André Silva
0ac15ac9a5
Merge pull request #336356 from andresilva/polkadot-stable2407-1
...
polkadot: stable2407 -> stable2407-1
2024-08-23 17:18:49 +01:00
nixpkgs-merge-bot[bot]
e9926ebbc6
Merge pull request #336355 from r-ryantm/auto-update/xemu
...
xemu: 0.7.131 -> 0.7.132
2024-08-23 16:10:14 +00:00
Matteo Pacini
380e272be1
pmbootstrap: fix darwin build
2024-08-23 16:51:16 +01:00
Matthieu Coudron
0f40abe5b6
Merge pull request #312311 from gepbird/middleclass-fix
...
vimPlugins.middleclass: build from lua package; vimPlugins.{animation,windows}-nvim: fix deps
2024-08-23 17:46:06 +02:00
nixpkgs-merge-bot[bot]
52c9ed3273
Merge pull request #336770 from r-ryantm/auto-update/dummyhttp
...
dummyhttp: 1.0.3 -> 1.1.0
2024-08-23 15:44:32 +00:00
Emily
c15e130210
Merge pull request #336187 from emilazy/push-zxlwvorpmymk
...
ppsspp: add upstream patch for FFmpeg 6
2024-08-23 16:41:54 +01:00
Jon Seager
a6dd641748
Merge pull request #336794 from jnsgruk/pytouchlinesl
...
python3Packages.pytouchlinesl: init at 0.1.0
2024-08-23 16:39:10 +01:00
Jonas Heinrich
27b50affbb
Merge pull request #333136 from r-ryantm/auto-update/python312Packages.django-anymail
...
python312Packages.django-anymail: 11.0.1 -> 11.1
2024-08-23 17:33:10 +02:00
Sandro
3060364491
Merge pull request #330509 from Sigmanificient/pygeoip
2024-08-23 17:27:52 +02:00
Sandro
14cee78d90
Merge pull request #336601 from wahjava/update/tailscale
2024-08-23 17:25:21 +02:00
Jonas Heinrich
836784de1a
Merge pull request #335926 from ghpzin/eintopf/fix-build
...
eintopf: fix frontend build
2024-08-23 17:19:12 +02:00
Azat Bahawi
a2905a4691
Merge pull request #318339 from ViZiD/ufal-chu-liu-edmonds
...
python312Packages.ufal-chu-liu-edmonds: init at 1.0.3
2024-08-23 15:17:16 +00:00
Sandro
1f9b3bbe17
Merge pull request #336768 from SuperSandro2000/fd
2024-08-23 17:01:18 +02:00
Sandro
9760aef464
Merge pull request #329976 from Sigmanificient/trfl
2024-08-23 17:00:55 +02:00
Adam C. Stephens
06af25f034
Merge pull request #336782 from r-ryantm/auto-update/ovn-lts
...
ovn-lts: 24.03.2 -> 24.03.3
2024-08-23 10:58:26 -04:00
lassulus
1ff5620544
Merge pull request #336750 from toastal/movim-0.27
...
movim: 0.26 → 0.27.1
2024-08-23 16:57:13 +02:00
Emily
66208e3484
Merge pull request #336785 from networkException/update-chromium
...
chromedriver,{ungoogled-,}chromium: 127.0.6533.119 -> 128.0.6613.84
2024-08-23 16:55:10 +02:00
rewine
8e2e77dff7
Merge pull request #336566 from wineee/deepin-terminal
...
deepin.deepin-terminal: 6.0.13 -> 6.0.14
2024-08-23 22:52:04 +08:00
Jonas Heinrich
3660d6b3cf
Merge pull request #301914 from I-Al-Istannen/pkg/jreleaser-cli
...
jreleaser-cli: init at 1.13.1
2024-08-23 16:46:46 +02:00
Jon Seager
606b49a303
python3Packages.pytouchlinesl: init at 0.1.0
2024-08-23 15:41:17 +01:00
Jonas Heinrich
41d82d8025
Merge pull request #336655 from jlbribeiro/fix/feishin-electron_31
...
feishin: use electron_31
2024-08-23 16:35:33 +02:00