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

Merge pull request #254469 from marsam/update-pg_ivm

postgresqlPackages.pg_ivm: 1.5.1 -> 1.6
parents a89cfec0 58f1cd99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "pg_ivm";
  version = "1.5.1";
  version = "1.6";

  src = fetchFromGitHub {
    owner = "sraoss";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-AIH0BKk3y7F885IlC9pEyAubIgNSElpjU8nL6gl98FU=";
    hash = "sha256-MAZsEPQu1AqI53h01M5bErc/MUJRauNPO9Hizig+2dc=";
  };

  buildInputs = [ postgresql ];