Weijia Wang
fd6441fde6
bombono: unpin boost172
2023-06-07 10:20:24 +03:00
Weijia Wang
af21c31b2a
Merge pull request #236314 from wegank/plistcpp-boost
...
PlistCpp: unpin boost172
2023-06-07 01:15:07 +03:00
Weijia Wang
047d85a522
Merge pull request #236325 from wegank/enblend-enfuse-boost
...
enblend-enfuse: unpin boost172
2023-06-07 01:11:56 +03:00
Jacob Moody
39f220b6df
nixos/grafana: add jsonData datasource option ( #234364 )
2023-06-07 00:11:10 +02:00
Martin Weinelt
06227275ae
Merge pull request #191777 from viraptor/pyramid-jinja2-darwin
...
python310Packages.pyramid_jinja2: mark not broken
2023-06-07 00:00:17 +02:00
Martin Weinelt
0deb071456
python310Packages.pyramid-jinja2: rename from pyramid_jinja2
...
Normalizes the package attribute according to PEP 0503.
2023-06-06 23:41:31 +02:00
Yureka
54ea6f60f0
element-{web,desktop}: 1.11.31 -> 1.11.32 ( #236312 )
2023-06-06 23:40:58 +02:00
Patryk Kwiatek
5cb42972d2
ferretdb: 1.2.1 -> 1.3.0 ( #236333 )
2023-06-06 23:40:27 +02:00
Stanisław Pitucha
3e85b02cbe
python310Packages.pyramid_jinja2: mark not broken
2023-06-06 23:39:40 +02:00
Léo Gaspard
577415779f
maintainers: remove me from matrix list ( #236334 )
...
The matrix ecosystem in nixpkgs is nowadays being handled by people who are both more competent than me and have more time to allocate it.
So I'm removing myself, to reduce the amount of notifications I get from nixpkgs and thus increase the likelihood of me responding quickly to packages I'm still one of the few maintainers of.
2023-06-06 23:39:26 +02:00
Weijia Wang
075f1a425b
Merge pull request #236326 from wegank/solc-boost
...
solc: unpin boost172
2023-06-07 00:37:46 +03:00
Weijia Wang
e602ad3afe
Merge pull request #236330 from wegank/pulseeffects-legacy-boost
...
pulseeffects-legacy: unpin boost172
2023-06-07 00:35:54 +03:00
Weijia Wang
4dfd05a0ca
Merge pull request #236319 from wegank/liblas-boost
...
libLAS: unpin boost172
2023-06-07 00:32:52 +03:00
Azat Bahawi
5399c9ac5a
Merge pull request #236253 from r-ryantm/auto-update/seaweedfs
...
seaweedfs: 3.51 -> 3.52
2023-06-07 00:17:03 +03:00
Felix Bühler
a249784ff1
Merge pull request #236095 from figsoda/rsign
...
rsign2: 0.6.2 -> 0.6.3
2023-06-06 22:56:58 +02:00
Martin Weinelt
e6e84439d6
Merge pull request #236246 from mweinelt/pdm-backend-hook
...
python310Packages.pdm-backend: set package version through setup-hook
2023-06-06 22:55:06 +02:00
Felix Bühler
1a7231451b
Merge pull request #236164 from figsoda/rustypaste
...
rustypaste: 0.10.0 -> 0.10.1
2023-06-06 22:53:50 +02:00
x10an14
dc7d4dece5
Document how to use packages with extensions. ( #145011 )
...
Co-authored-by: Artturi <Artturin@artturin.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-06 22:37:42 +02:00
happysalada
7efb781c3a
surrealdb-migrations: 0.9.8 -> 0.9.9
2023-06-06 16:29:01 -04:00
Michael Weiss
588738aecd
Merge pull request #235970 from networkException/update-ungoogled-chromium
...
ungoogled-chromium: 113.0.5672.126 -> 114.0.5735.90
2023-06-06 22:27:53 +02:00
Pascal Bach
72f7e37272
Merge pull request #236189 from r-ryantm/auto-update/minio-client
...
minio-client: 2023-05-26T23-31-54Z -> 2023-05-30T22-41-38Z
2023-06-06 22:18:49 +02:00
maxine
b04c9c3147
Merge pull request #236332 from bdd/1passsword-update
2023-06-06 22:05:29 +02:00
Pascal Bach
d1ffe89fd7
Merge pull request #236299 from rhoriguchi/plex
...
plex: 1.32.2.7100-248a2daf0 -> 1.32.3.7162-b0a36929b
2023-06-06 22:01:53 +02:00
Damien Cassou
f676747451
Merge pull request #235994 from marsam/refactor-emacs.pkgs.treesit-grammars
2023-06-06 21:53:58 +02:00
Pol Dellaiera
a21373fe3d
Merge pull request #218264 from qbit/yash-2.54
...
yash: 2.53 -> 2.54
2023-06-06 21:45:11 +02:00
Pol Dellaiera
efe124daae
Merge pull request #218686 from qbit/rex-1.14.0
...
rex: 1.13.4 -> 1.14.0
2023-06-06 21:42:09 +02:00
Pol Dellaiera
43b346ea1e
Merge pull request #220481 from uoleg/master
...
nixos/nano: refactor nanorc creation
2023-06-06 21:35:26 +02:00
Berk D. Demir
808342dc01
1password-gui-beta: 8.10.7-11 -> 8.10.8-10
2023-06-06 12:24:18 -07:00
Adam Joseph
e2c555799c
doas: drop patch, use dontAddStaticConfigureFlags instead
...
The configure script that comes with doas does not understand
`--disable-shared`, which nixpkgs sometimes adds to
`configureFlags`.
Previously, doas included a patch that would cause its configure
script to ignore this flag instead of rejecting it. This commit
drops that patch and instead uses
`dontAddStaticConfigureFlags=false` (introduced in
b0b5ef7286
) to prevent nixpkgs addingn
`--disable-shared` to doas' configureFlags.
2023-06-06 12:24:14 -07:00
Pol Dellaiera
92777e645e
Merge pull request #236200 from peterhoeg/u/domain
...
prometheus-domain-exporter: 1.17.1 -> 1.21.1
2023-06-06 21:21:11 +02:00
Weijia Wang
e82afd434c
pulseeffects-legacy: unpin boost172
2023-06-06 22:18:35 +03:00
Weijia Wang
767b62993c
PlistCpp: unpin boost172
2023-06-06 22:10:44 +03:00
figsoda
0993cbe382
Merge pull request #235999 from figsoda/berglas
2023-06-06 15:09:28 -04:00
Sandro
bc89858012
Merge pull request #236230 from onny/nc4nix-update
...
nc4nix: unstable-2023-05-25 -> unstable-2023-06-05
2023-06-06 21:01:30 +02:00
linsui
d29e6a5255
variety: fix script shell
...
The scripts are copied to the user directory and they are not updated with the package. When the bash path is changed, the shebang will stop working. This patch change the code so that the bash is called directly instead of relying on the shebang.
2023-06-06 18:48:59 +00:00
networkException
1092087ad5
ungoogled-chromium: 113.0.5672.126 -> 114.0.5735.90
...
Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
2023-06-06 20:41:10 +02:00
Weijia Wang
96f2f1bef3
solc: unpin boost172
2023-06-06 21:37:49 +03:00
Weijia Wang
0253af550f
enblend-enfuse: unpin boost172
2023-06-06 21:34:40 +03:00
Michael Weiss
779c32abc2
Merge pull request #236262 from primeos/chromium
...
chromium: 114.0.5735.90 -> 114.0.5735.106
2023-06-06 20:34:11 +02:00
Nikolay Korotkiy
9328447b76
Merge pull request #236264 from imincik/geopandas-0.13.2
...
python3Packages.geopandas: 0.13.1 -> 0.13.2
2023-06-06 21:57:10 +04:00
Ilan Joselevich
c895266abb
Merge pull request #236268 from qowoz/nix216
...
nixVersions.nix_2_16: 2.16.0 -> 2.16.1
2023-06-06 20:56:17 +03:00
Felix Bühler
09c291f446
Merge pull request #235366 from gador/sqlite3-to-mysql-1.4.19
...
sqlite3-to-mysql: 1.4.16 -> 1.4.19
2023-06-06 19:55:00 +02:00
Weijia Wang
7123725134
libLAS: unpin boost172
2023-06-06 20:50:06 +03:00
Nikolay Korotkiy
90326adef4
Merge pull request #236221 from r-ryantm/auto-update/martin
...
martin: 0.8.4 -> 0.8.6
2023-06-06 21:34:45 +04:00
Weijia Wang
c651ca23fd
Merge pull request #236300 from wegank/nova-filters-refactor
...
nova-filters: refactor
2023-06-06 20:21:10 +03:00
Robert Hensing
6b078d2f5a
Merge pull request #235267 from tweag/lazier-findFirst
...
`lib.findFirst`: Add tests and make lazier
2023-06-06 19:09:56 +02:00
Sandro
b52f6ac65d
Merge pull request #235007 from LostAttractor/qq
...
qq: 3.1.2-12912 -> 3.1.2-13107
2023-06-06 18:35:33 +02:00
Sandro
50ab2973ed
Merge pull request #236126 from pacien/exim-service-privilege-namespacing-fix
...
nixos/exim: apply privilege restrictions
2023-06-06 18:29:40 +02:00
Sandro
6b08b97f9f
Merge pull request #220788 from aidalgol/bulma-clean-theme
...
rubyPackages.bulma-clean-theme: init at 0.13.1
2023-06-06 18:29:20 +02:00
Sandro
f5784d06a3
Merge pull request #235140 from aaronjheng/mysql-shell
...
mysql-shell: unpin protobuf
2023-06-06 18:29:06 +02:00