Commit 81c65684 authored by Mario Rodas's avatar Mario Rodas
Browse files

postgresqlPackages.plpgsql_check: 2.3.0 -> 2.3.3

parent 7ca65eee
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.3.0";
  version = "2.3.3";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-zl7AF+1hj6UFnf9sKO40ZTzm7edKguUYFqaT5/qf8Ic=";
    hash = "sha256-+ao0J3LpEcyTon4vCRIc5629KpCYMP+xRXNqxZEJYF8=";
  };

  buildInputs = [ postgresql ];