Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-11 18:05:05 +00:00
committed by GitHub
96 changed files with 4352 additions and 4070 deletions
+2 -2
View File
@@ -12,13 +12,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgtap";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "theory";
repo = "pgtap";
tag = "v${finalAttrs.version}";
hash = "sha256-YgvfLGF7pLVcCKD66NnWAydDxtoYHH1DpLiYTEKHJ0E=";
hash = "sha256-SKac6JJmH/z7G1GmQYATMNfywsDIHjNdskzn2MT3kBg=";
};
nativeBuildInputs = [