Merge pull request #291803 from r-ryantm/auto-update/postgresqlJitPackages.plpgsql_check

postgresqlJitPackages.plpgsql_check: 2.7.2 -> 2.7.3

Closes https://github.com/NixOS/nixpkgs/pull/291800
Closes https://github.com/NixOS/nixpkgs/pull/291799
Closes https://github.com/NixOS/nixpkgs/pull/291801
Closes https://github.com/NixOS/nixpkgs/pull/291802
Closes https://github.com/NixOS/nixpkgs/pull/291804
Closes https://github.com/NixOS/nixpkgs/pull/291805
This commit is contained in:
Mario Rodas
2024-02-27 08:21:50 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql-check";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "okbob";
repo = "plpgsql_check";
rev = "v${version}";
hash = "sha256-7CHKcUpqEXJ+z0OcxrEpYHaO/zUtRbCXa8LgL+/roSg=";
hash = "sha256-VFM8SplBGlJd2RfUgS0FLH+xkyLOCVY2jaK6mn878CQ=";
};
buildInputs = [ postgresql ];