Commit 12d83673 authored by Mario Rodas's avatar Mario Rodas
Browse files

postgresqlPackages.pg_ivm: 1.5 -> 1.5.1

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