Unverified Commit dfa2ff8e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291803 from r-ryantm/auto-update/postgresqlJitPackages.plpgsql_check

parents 5447abd5 7cb461e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "plpgsql-check";
  version = "2.7.2";
  version = "2.7.3";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = "plpgsql_check";
    rev = "v${version}";
    hash = "sha256-7CHKcUpqEXJ+z0OcxrEpYHaO/zUtRbCXa8LgL+/roSg=";
    hash = "sha256-VFM8SplBGlJd2RfUgS0FLH+xkyLOCVY2jaK6mn878CQ=";
  };

  buildInputs = [ postgresql ];