Merge pull request #280849 from marsam/update-plpgsql-check

postgresqlPackages.plpgsql_check: 2.7.1 -> 2.7.2
This commit is contained in:
Mario Rodas 2024-01-14 07:10:50 -05:00 committed by GitHub
commit d535f2ecd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql-check";
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "okbob";
repo = "plpgsql_check";
rev = "v${version}";
hash = "sha256-2SOBisIElNqqg5NwFk+pp7sE/+OvTifJUKMWOaOvO3k=";
hash = "sha256-7CHKcUpqEXJ+z0OcxrEpYHaO/zUtRbCXa8LgL+/roSg=";
};
buildInputs = [ postgresql ];