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

Merge pull request #249264 from r-ryantm/auto-update/postgresql11JitPackages.plr

postgresql11JitPackages.plr: 8.4.5 -> 8.4.6
parents efd45bbb 624607b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "plr";
  version = "8.4.5";
  version = "8.4.6";

  src = fetchFromGitHub {
    owner = "postgres-plr";
    repo = "plr";
    rev = "REL${builtins.replaceStrings ["."] ["_"] version}";
    sha256 = "sha256-G/V3I1JI6dWto/hK6lfOTBYEvbmkovvnvk2TwSQq4no=";
    sha256 = "sha256-c+wKWL66pulihVQnhdbzivrZOMD1/FfOpb+vFoHgqVg=";
  };

  nativeBuildInputs = [ pkg-config ];