R. Ryantm
6cd708a941
numix-icon-theme-circle: 23.07.08 -> 23.07.21
2023-07-26 06:24:29 +00:00
R. Ryantm
777ec25d08
python310Packages.xknx: 2.11.1 -> 2.11.2
2023-07-26 05:42:29 +00:00
natsukium
e83f3dfb92
python310Packages.zope_broken: remove
...
zope_broken has been removed because it is obsolete and not needed in zodb>=3.10
2023-07-26 14:37:43 +09:00
Nick Cao
12f21439d5
Merge pull request #245469 from figsoda/argc
...
argc: 1.7.0 -> 1.8.0
2023-07-25 23:36:29 -06:00
Nick Cao
3e0f25d4de
Merge pull request #245480 from lionello/pulumi-3.76
...
pulumi-bin: 3.72.1 -> 3.76.0
2023-07-25 23:35:42 -06:00
Janik
1197494583
Merge pull request #241774 from nicomem/android-studio-canary
2023-07-26 07:30:50 +02:00
R. Ryantm
73793f8790
zoom-us: 5.15.3.4839 -> 5.15.5.5603
2023-07-26 04:51:12 +00:00
Lionello Lunesu
41680f83ea
pulumi-bin: 3.72.1 -> 3.76.0
2023-07-25 21:26:42 -07:00
Mario Rodas
773e3dc521
flexget: 3.7.10 -> 3.7.11
...
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.7.10...v3.7.11
Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.7.11
2023-07-26 04:20:00 +00:00
Mario Rodas
472de7a9bc
nu_scripts: 2023-04-26 -> 2023-07-24
2023-07-26 04:20:00 +00:00
Mario Rodas
d6fcf51d5d
vale: 2.28.0 -> 2.28.1
...
Diff: https://github.com/errata-ai/vale/compare/v2.28.0...v2.28.1
Changelog: https://github.com/errata-ai/vale/releases/tag/v2.28.1
2023-07-26 04:20:00 +00:00
Mario Rodas
4e90d673a7
esbuild: 0.18.16 -> 0.18.17
...
Diff: https://github.com/evanw/esbuild/compare/v0.18.16...v0.18.17
Changelog: https://github.com/evanw/esbuild/blob/v0.18.17/CHANGELOG.md
2023-07-26 04:20:00 +00:00
Mario Rodas
b8ce54a61f
twspace-crawler: 1.12.4 -> 1.12.6
...
Diff: 339972a785...fc415f4b88
Changelog: fc415f4b88/CHANGELOG.md
2023-07-26 04:20:00 +00:00
Mario Rodas
a44e9d1ac5
nu_scripts: add updateScript
2023-07-26 04:20:00 +00:00
Mario Rodas
b4a1ffb17c
nushell: 0.82.0 -> 0.83.0
...
Diff: https://github.com/nushell/nushell/compare/0.82.0...0.83.0
2023-07-26 04:20:00 +00:00
Bobby Rong
5c327bc55b
Merge pull request #245289 from bobby285271/upd/pantheon
...
Pantheon updates 2023-07-25
2023-07-26 12:11:19 +08:00
Artturi
80bd687e64
Merge pull request #244252 from Artturin/nvimcrossfix
2023-07-26 07:00:56 +03:00
Bobby Rong
27aa2418a5
Merge pull request #245347 from bobby285271/upd/gexiv2
...
gexiv2: 0.14.1 → 0.14.2
2023-07-26 11:51:52 +08:00
Artturin
81217587e6
neovim-unwrapped: fix cross
...
sed commands are from void-packages
2023-07-26 06:48:56 +03:00
R. Ryantm
ef4360b98e
python310Packages.types-protobuf: 4.23.0.1 -> 4.23.0.2
2023-07-26 03:35:52 +00:00
Artturin
793cc9d982
python3: splice python within python3Packages.callPackage
...
`lib.extends hooks pythonPackagesFun` includes python which we want to
splice
what this fixes:
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/39dkb51rciw6zwg0c2c44gpmpjapddxc-python3-aarch64-unknown-linux-gnu-3.10.12.drv»
```
to
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/21ldw2dp26xvv9iyxn9x77a8yh4waqz5-python3-3.10.12.drv»
```
Before https://github.com/NixOS/nixpkgs/pull/194205 The keep python used to work by accident because self was passed from
__splicedPackages https://github.com/NixOS/nixpkgs/pull/196052/files#diff-44ce3495c4f983ce64dd47c86a9d3e77bad210b2709c098a3806998dcd9b000bR213
But now it does not work because overrideAttrs is used on python in
python-packages-base.nix
Preferably we would [ splice the hooks too ](https://github.com/NixOS/nixpkgs/pull/228139 ) but we cannot do that until [Package sets within derivations (i.e. python3.pkgs) are not spliced](https://github.com/NixOS/nixpkgs/issues/211340 ) is fixed, because people often use `python3.pkgs.wrapPython` in `nativeBuildInputs` (it's correct but python3.pkgs should be python3Packages to get splicing.
2023-07-26 06:15:26 +03:00
Nick Cao
094f4083b4
Merge pull request #244979 from fortuneteller2k/blisp
...
blisp: init at unstable-2023-06-03
2023-07-25 21:11:07 -06:00
figsoda
e749b0c4f9
argc: 1.7.0 -> 1.8.0
...
Diff: https://github.com/sigoden/argc/compare/v1.7.0...v1.8.0
Changelog: https://github.com/sigoden/argc/releases/tag/v1.8.0
2023-07-25 22:29:15 -04:00
Dennis Gosnell
1ccdb33cf4
Merge pull request #245459 from pacien/drop_ldgallery
...
ldgallery: drop package
2023-07-26 11:05:06 +09:00
Nick Cao
9ae5c2de7f
Merge pull request #244572 from MinerSebas/usb-modeswitch-module-rename
...
nixos/usb-modeswitch: Rename module from usbWwan
2023-07-25 19:24:14 -06:00
Nick Cao
68cca03042
Merge pull request #245460 from getchoo/update-cartridges
...
cartridges: 2.0.5 -> 2.1
2023-07-25 19:22:52 -06:00
Nick Cao
45a8833e4d
Merge pull request #245457 from r-ryantm/auto-update/python310Packages.scmrepo
...
python310Packages.scmrepo: 1.0.4 -> 1.1.0
2023-07-25 19:21:06 -06:00
Nick Cao
76025b299f
Merge pull request #245454 from 2xsaiko/outgoing/emacs-env
...
nixos/emacs: don't set EDITOR to store path
2023-07-25 19:19:56 -06:00
Nick Cao
b511ac661c
Merge pull request #245453 from r-ryantm/auto-update/python310Packages.policyuniverse
...
python310Packages.policyuniverse: 1.5.1.20230703 -> 1.5.1.20230725
2023-07-25 19:15:56 -06:00
fortuneteller2k
87b9b9f572
blisp: init at unstable-2023-06-03
2023-07-26 09:15:27 +08:00
Nick Cao
c31d8d7597
Merge pull request #245451 from figsoda/rtz
...
rtz: 0.3.2 -> 0.4.2
2023-07-25 19:14:55 -06:00
Nick Cao
44d3ab93e1
Merge pull request #245441 from figsoda/typst-lsp
...
typst-lsp: 0.7.1 -> 0.7.2, fix license
2023-07-25 19:13:47 -06:00
Nick Cao
9a5ec4363b
Merge pull request #245295 from vbgl/coq-parsec-0.1.2
...
coqPackages.ceres: 0.4.0 → 0.4.1; coqPackages.parsec: 0.1.1 → 0.1.2
2023-07-25 19:11:45 -06:00
Nick Cao
e5123f20c4
Merge pull request #244799 from emilytrau/grandperspective-3.4.1
...
grandperspective: 3.0.1 -> 3.4.1
2023-07-25 19:09:03 -06:00
Nick Cao
1b546736bb
Merge pull request #245279 from qowoz/nix217
...
nixVersions.nix_2_17: init at 2.17.0
2023-07-25 19:08:15 -06:00
Nick Cao
cf0509be92
Merge pull request #245012 from vincentbernat/feature/gnmic
...
gnmic: init at 0.31.3
2023-07-25 19:06:40 -06:00
Nick Cao
2c7a4ee9f9
Merge pull request #245029 from linsui/apktool
...
apktool: 2.8.0 -> 2.8.1 and use free aapt
2023-07-25 19:05:41 -06:00
Nick Cao
991026bedc
Merge pull request #245042 from 70m6/feature/mqtt_cpp
...
mqtt_cpp: init at 13.2.1
2023-07-25 19:04:39 -06:00
Nick Cao
4570f7fc58
Merge pull request #243074 from mweinelt/cpython-3.12.0b4
...
python312: 3.12.0b3 -> 3.12.0b4
2023-07-25 19:03:08 -06:00
Nick Cao
763e59ffed
Merge pull request #245405 from figsoda/unused-2
...
pkgs/tools/{misc,networking}: remove dead code
2023-07-25 18:50:52 -06:00
Nick Cao
e3696d3a5d
Merge pull request #245399 from mweinelt/conduit-chmod-umask
...
nixos/conduit: improve state directory permissions
2023-07-25 18:50:03 -06:00
Nick Cao
4a3eba74a1
Merge pull request #245355 from fabaff/aiomisc-bump
...
python311Packages.aiomisc: 17.3.4 -> 17.3.21
2023-07-25 18:47:01 -06:00
Nick Cao
6a971b6849
Merge pull request #245307 from vbgl/ocaml-wasm-2.0.1
...
ocamlPackages.wasm: 2.0.0 → 2.0.1
2023-07-25 18:46:31 -06:00
Nick Cao
636729cfbd
Merge pull request #245386 from applePrincess/exploitdb-bump
...
exploitdb: 2023-07-21 -> 2023-07-22
2023-07-25 18:46:15 -06:00
Nick Cao
ebff91291d
Merge pull request #245299 from r-ryantm/auto-update/ocamlPackages.cmdliner
...
ocamlPackages.cmdliner: 1.1.1 -> 1.2.0
2023-07-25 18:44:21 -06:00
Nick Cao
d3384dc6ed
Merge pull request #245328 from McSinyx/ibus-table-others-1.3.16
...
ibus-engines.table-others: 1.3.15 -> 1.3.16
2023-07-25 18:43:06 -06:00
Nick Cao
215b7462e7
Merge pull request #245329 from r-ryantm/auto-update/lazydocker
...
lazydocker: 0.20.0 -> 0.21.0
2023-07-25 18:42:26 -06:00
R. Ryantm
29196fa1f3
blackfire: 2.17.0 -> 2.18.0
2023-07-26 00:37:15 +00:00
R. Ryantm
2c1afd4d76
iosevka-bin: 25.0.1 -> 25.1.1
2023-07-26 00:13:56 +00:00
seth
dc3cedd332
cartridges: 2.0.5 -> 2.1
2023-07-25 19:49:30 -04:00