Merge commit 'ea5f21f20569' into staging-next

# Conflicts:
#	pkgs/by-name/ki/kitty/package.nix
This commit is contained in:
r-vdp
2026-03-13 12:42:04 +01:00
57 changed files with 575 additions and 523 deletions
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_partman";
version = "5.4.2";
version = "5.4.3";
src = fetchFromGitHub {
owner = "pgpartman";
repo = "pg_partman";
tag = "v${finalAttrs.version}";
hash = "sha256-H4RhswglzLG89wm4QKA+H0HLMb21gzorV1pOURkpqt0=";
hash = "sha256-oZiwU0cZkHViQ6aiOeJCroXAGFKN3krDOYc/bnyTEAw=";
};
meta = {