Merge pull request #221176 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.3.0 -> 2.3.3
This commit is contained in:
Mario Rodas 2023-03-14 20:15:09 -05:00 committed by GitHub
commit ec639cdff3
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.3.0";
version = "2.3.3";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-zl7AF+1hj6UFnf9sKO40ZTzm7edKguUYFqaT5/qf8Ic=";
hash = "sha256-+ao0J3LpEcyTon4vCRIc5629KpCYMP+xRXNqxZEJYF8=";
};
buildInputs = [ postgresql ];