Skip to content

Commit

Permalink
Merge pull request #254677 from marsam/update-plpgsql-check
Browse files Browse the repository at this point in the history
postgresqlPackages.plpgsql_check: 2.4.0 -> 2.5.0
  • Loading branch information
fabianhjr authored Sep 12, 2023
2 parents f822f83 + 41edd75 commit ac08ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/plpgsql_check.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ac08ee9

Please sign in to comment.