postgresqlPackages.pgaudit: remove hash for v12

v12 had been removed from nixpkgs a while ago.
This commit is contained in:
Wolfgang Walther
2025-03-18 18:17:00 +01:00
parent d271d2ac40
commit 5279e64bb9
@@ -31,10 +31,6 @@ let
version = "1.5.2";
hash = "sha256-fyf2Ym0fAAXjc28iFCGDEftPAyDLXmEgi/0DaTJJiIg=";
};
"12" = {
version = "1.4.3";
hash = "sha256-c8/xUFIHalu2bMCs57DeylK0oW0VnQwmUCpdp+tYqk4=";
};
}
.${lib.versions.major postgresql.version}
or (throw "Source for pgaudit is not available for ${postgresql.version}");