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

Merge pull request #232780 from marsam/update-libpg_query

libpg_query: 15-4.2.0 -> 15-4.2.1
parents 5eb84346 55015c79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libpg_query";
  version = "15-4.2.0";
  version = "15-4.2.1";

  src = fetchFromGitHub {
    owner = "pganalyze";
    repo = "libpg_query";
    rev = version;
    hash = "sha256-2fPdvsfuXKaRwkPjsPsBBfP0+yUgYXEUzQNFZfhyvGk=";
    hash = "sha256-wbWW2r8Ai4Y+JBI5DbMuVx326bAxmEgQlTd6nnzqDXw=";
  };

  nativeBuildInputs = [ which ];