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

postgresqlPackages.plpgsql_check: 2.4.0 -> 2.5.0
This commit is contained in:
Fabián Heredia Montiel 2023-09-12 16:39:31 -05:00 committed by GitHub
commit ac08ee94ac
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.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-flRkPyHLc/cf+JQK04/Vl0I6ILx1GxWYMy9FnT9M//Q=";
hash = "sha256-6S1YG/4KGlgtTBrxh3p6eMd/aCovK/QME4f2z0YTUxc=";
};
buildInputs = [ postgresql ];