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

Merge pull request #219423 from marsam/update-pg_ivm

postgresqlPackages.pg_ivm: 1.5 -> 1.5.1
parents 984984e2 12d83673
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";
  version = "1.5.1";

  src = fetchFromGitHub {
    owner = "sraoss";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UhKJmYnqkxORb0eVqxbu+yaamZ7ISJTbSwArg76YY/Q=";
    hash = "sha256-AIH0BKk3y7F885IlC9pEyAubIgNSElpjU8nL6gl98FU=";
  };

  buildInputs = [ postgresql ];