Wolfgang Walther
62635c9643
postgresql: refactor mkPackages in default.nix
...
Refactors some low hanging fruit in default.nix to make it easier to add new
versions later on.
Pure refactor, not changing any derivations.
This change makes it easier to add new versions in default.nix without messing
up - and also prevents us from adding version-specific arguments in default.nix
by accident in the future. Those should be put in the versioned .nix files
instead.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
1d9f2bd726
postgresql: refactor to split up default.nix (2/2)
...
The recommended [1] structure for a package regarding versioning is to have each
version in a separate file. This commit just mechanically copies code around
without any changes.
Pure refactor, not changing any derivations.
[1]: pkgs/README.md
2024-03-15 18:51:02 +01:00
Wolfgang Walther
9af8c0a3b7
postgresql: refactor to split up default.nix (1/2)
...
This just renames default.nix to generic.nix, because the biggest chunk
of code should move that way in the next commit. This gives us a much
better diff for the next commit and makes rebasing **much** easier in
case of changes. This commit does not stand on its own and needs to go
in with the next commit (2/2).
2024-03-15 18:51:02 +01:00
Wolfgang Walther
4c8e7af941
postgresql: refactor to remove useless references to "self"
...
No need to reference self here, because llvmPackages / stdenv' are available
in that scope anyway. Pure refactor, derivations don't change.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
719034f6f6
postgresql: refactor to move packages.nix to ext/default.nix (2/2)
...
This aligns more with the commonly used style in nixpkgs.
2024-03-15 18:51:01 +01:00
Wolfgang Walther
9ef7195e08
postgresql: refactor to move packages.nix to ext/default.nix (1/2)
...
This commit is split up into two commits to allow git to detect renames,
make rebasing easier and allow a working entry in .git-blame-ignore-revs.
To allow bisecting we allow evaluation on every commit by moving the extensions
into ext/ext/ first and back to ext/ with the next commit.
2024-03-15 18:50:20 +01:00
Wolfgang Walther
01463448be
postgresql: refactor to move locale-binary-path.patch into patches/
...
Seems to have been put in the wrong place.
2024-03-15 18:50:19 +01:00
Maximilian Bosch
fe36ef0d1e
Merge pull request #294020 from r-ryantm/auto-update/grafana
...
grafana: 10.3.3 -> 10.3.4, fix CVE-2024-1442
2024-03-15 16:41:36 +00:00
Mario Rodas
0c8ba6990c
Merge pull request #296150 from r-ryantm/auto-update/postgresqlJitPackages.plpgsql_check
...
postgresqlJitPackages.plpgsql_check: 2.7.3 -> 2.7.4
Closes https://github.com/NixOS/nixpkgs/pull/296149
Closes https://github.com/NixOS/nixpkgs/pull/296151
Closes https://github.com/NixOS/nixpkgs/pull/296153
Closes https://github.com/NixOS/nixpkgs/pull/296154
2024-03-15 09:29:09 -05:00
Bernardo Meurer
8444643453
Merge pull request #295971 from danielmain/master
2024-03-15 10:25:55 -04:00
Emily
20369b5329
Merge pull request #296045 from emilylange/grafana-agent
...
grafana-agent: 0.40.2 -> 0.40.3
2024-03-15 15:16:01 +01:00
9R
8cac26901a
home-assistant custom component omnik_inverter: init at v2.6.4 ( #296085 )
2024-03-15 15:01:40 +01:00
R. Ryantm
dddd27dc94
postgresqlJitPackages.plpgsql_check: 2.7.3 -> 2.7.4
2024-03-15 13:32:48 +00:00
Jon Seager
e121b2285a
Merge pull request #295989 from r-ryantm/auto-update/pomerium
...
pomerium: 0.25.0 -> 0.25.1
2024-03-15 11:43:35 +00:00
Yt
431fd13c27
Merge pull request #296033 from r-ryantm/auto-update/pict-rs
...
pict-rs: 0.5.7 -> 0.5.9
2024-03-15 08:28:13 +00:00
Mario Rodas
ce26026241
Merge pull request #296002 from anthonyroussel/jetty-upgrade
...
jetty_12: 12.0.5 -> 12.0.7, jetty_11: 11.0.19 -> 11.0.20
2024-03-15 01:52:09 -05:00
emilylange
5c4bfdd5d8
grafana-agent: 0.40.2 -> 0.40.3
...
Beginning with 0.40.3, grafana-agent now requires at least go 1.22 to build.
https://github.com/grafana/agent/releases/tag/v0.40.3
https://github.com/grafana/agent/blob/v0.40.3/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.40.2...v0.40.3
2024-03-15 03:18:37 +01:00
Mario Rodas
e6aefe20a1
Merge pull request #292533 from flyingcircusio/init-postgresql-anonymizer
...
postgresqlPackages.anonymizer: init at 1.3.1; add me & osnyx to flyingcircus team
2024-03-14 20:53:36 -05:00
R. Ryantm
6d73040cb4
pict-rs: 0.5.7 -> 0.5.9
2024-03-15 00:56:22 +00:00
Mario Rodas
9e74ca5b99
Merge pull request #296001 from anthonyroussel/tomcat-upgrade
...
tomcat10: 10.1.18 -> 10.1.19, tomcat9: 9.0.85 -> 9.0.87
2024-03-14 19:41:56 -05:00
Peder Bergebakken Sundt
5ed2a8b685
Merge pull request #295934 from pbsds/bump-polaris-1710429726
...
polaris: 0.14.1 -> 0.14.2
2024-03-15 00:49:32 +01:00
Anthony Roussel
1fea515dea
jetty_12: 12.0.5 -> 12.0.7
...
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7
2024-03-14 23:33:08 +01:00
Anthony Roussel
0fe8cdd552
jetty_11: 11.0.19 -> 11.0.20
...
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.20
2024-03-14 23:32:47 +01:00
Anthony Roussel
3ffa0c967e
tomcat10: 10.1.18 -> 10.1.19
...
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.19_(schultz)
2024-03-14 23:30:43 +01:00
Anthony Roussel
d14e6accda
tomcat9: 9.0.85 -> 9.0.87
...
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.87_(remm)
2024-03-14 23:30:37 +01:00
R. Ryantm
8693a1f1b8
pomerium: 0.25.0 -> 0.25.1
2024-03-14 21:33:24 +00:00
Yt
f4429fde23
Merge pull request #295919 from code-supply/openobserve-0-9-1
...
openobserve: 0.8.1 -> 0.9.1
2024-03-14 20:53:25 +00:00
Daniel Main
bd0a8e59e8
roon-server: 2.0-1272 -> 2.0-1382
2024-03-14 21:36:28 +01:00
Adam C. Stephens
ca67f3cfc0
Merge pull request #294824 from sinavir/update_kanidm
...
kanidm: 1.1.0-rc.16 backports
2024-03-14 14:35:26 -04:00
Nick Cao
3b1c249fce
Merge pull request #295841 from r-ryantm/auto-update/prometheus-smokeping-prober
...
prometheus-smokeping-prober: 0.7.2 -> 0.7.3
2024-03-14 12:57:55 -04:00
Nick Cao
d51e86d76d
Merge pull request #295811 from MikaelFangel/update-changedetech-io
...
changedetection-io: 0.45.14 -> 0.45.16
2024-03-14 12:49:35 -04:00
Peder Bergebakken Sundt
491e60c69e
polaris: 0.14.1 -> 0.14.2
...
Also devendors the Cargo.lock
2024-03-14 17:43:29 +01:00
Nick Cao
729a0c6a17
Merge pull request #295749 from r-ryantm/auto-update/sslh
...
sslh: 2.0.1 -> 2.1.0
2024-03-14 12:25:20 -04:00
Nick Cao
7fd5bf6e68
Merge pull request #295756 from r-ryantm/auto-update/lighttpd
...
lighttpd: 1.4.74 -> 1.4.75
2024-03-14 12:21:46 -04:00
R. Ryantm
ef1d55bb79
evcc: 0.124.9 -> 0.124.10
2024-03-14 15:41:57 +00:00
sinavir
5b882503cf
kanidm: 1.1.0-rc.16 backports
2024-03-14 15:50:07 +01:00
Andrew Bruce
f1219eb40f
openobserve: 0.8.1 -> 0.9.1
2024-03-14 10:57:46 +00:00
Pol Dellaiera
5d2184dfef
Merge pull request #295786 from r-ryantm/auto-update/tailscale
...
tailscale: 1.60.1 -> 1.62.0
2024-03-14 11:52:28 +01:00
Leona Maroni
7b97c01386
Merge pull request #295838 from xanderio/outline-0.75.2
...
outline: 0.75.0 -> 0.75.2
2024-03-14 11:36:38 +01:00
R. Ryantm
fdf475c585
prometheus-smokeping-prober: 0.7.2 -> 0.7.3
2024-03-14 09:41:54 +00:00
Alexander Bantyev
55235c8501
Merge pull request #295597 from r-ryantm/auto-update/gnss-share
...
gnss-share: 0.7.2 -> 0.8.0
2024-03-14 13:30:36 +04:00
Maximilian Bosch
b4f8ebd295
postgresqlPackages.anonymizer: update description
...
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2024-03-14 09:50:46 +01:00
Mikael Fangel
187a57316d
changedetection-io: 0.45.14 -> 0.45.16
2024-03-14 08:26:34 +01:00
Mario Rodas
d22c776b64
Merge pull request #295644 from r-ryantm/auto-update/pocketbase
...
pocketbase: 0.22.3 -> 0.22.4
2024-03-13 22:19:05 -05:00
R. Ryantm
9afa636102
tailscale: 1.60.1 -> 1.62.0
2024-03-14 02:06:29 +00:00
Mario Rodas
4a52f6b2c4
Merge pull request #295528 from r-ryantm/auto-update/dolt
...
dolt: 1.35.1 -> 1.35.3
2024-03-13 20:55:12 -05:00
R. Ryantm
caeb43e0a8
lighttpd: 1.4.74 -> 1.4.75
2024-03-14 01:09:00 +00:00
R. Ryantm
104723860c
sslh: 2.0.1 -> 2.1.0
2024-03-14 00:48:17 +00:00
Alexander Sieg
12b51fe617
outline: 0.75.0 -> 0.75.2
2024-03-13 21:13:32 +01:00
R. Ryantm
3ce595f42f
pocketbase: 0.22.3 -> 0.22.4
2024-03-13 16:30:13 +00:00