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

Merge pull request #263491 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
parents e1c715fa f630a7b6
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.5.3";
  version = "2.5.4";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-IR1x1duROt3IHYQx8CYXqUxTmFgB1sbia93k3oBfEkw=";
    hash = "sha256-fahL+8aq4rUGYgEq6ri5wzVprDqvMmZCNkxwKtcPO68=";
  };

  buildInputs = [ postgresql ];