3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #206792 from r-ryantm/auto-update/plpgsql_check

postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5
This commit is contained in:
Mario Rodas 2023-01-03 09:19:59 -05:00 committed by GitHub
commit 61218848be
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.2.4";
version = "2.2.6";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YUJLh1IgOOnNxPrH8NaY3jGEV+4mTjRffooIANkbbFo=";
hash = "sha256-8HFyIzJ1iF3K2vTlibFallvkMKjFTJ2DO64fORToD8E=";
};
buildInputs = [ postgresql ];