Commit 58f1cd99 authored by Mario Rodas's avatar Mario Rodas
Browse files

postgresqlPackages.pg_ivm: 1.5.1 -> 1.6

parent d2031e8c
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 ];