postgresqlPackages.pg_hint_plan: remove hash for v12

v12 had been removed from nixpkgs a while ago.
This commit is contained in:
Wolfgang Walther
2025-03-18 18:16:47 +01:00
parent db0b636cff
commit 1201a67931
@@ -29,10 +29,6 @@ let
version = "1.3.9";
hash = "sha256-KGcHDwk8CgNHPZARfLBfS8r7TRCP9LPjT+m4fNSnnW0=";
};
"12" = {
version = "1.3.9";
hash = "sha256-64/dlm6e4flCxMQ8efsxfKSlja+Tko0zsghTgLatN+Y=";
};
}
.${lib.versions.major postgresql.version}
or (throw "Source for pg_hint_plan is not available for ${postgresql.version}");