Merge pull request #216790 from marsam/update-pg_ivm

postgresqlPackages.pg_ivm: 1.4 -> 1.5
This commit is contained in:
Mario Rodas 2023-02-17 19:35:53 -05:00 committed by GitHub
commit d48c8e181e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_ivm";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-pz9eHmd7GC30r0uUObOlrcdkAX4c+szjYAXS1U999CE=";
hash = "sha256-UhKJmYnqkxORb0eVqxbu+yaamZ7ISJTbSwArg76YY/Q=";
};
buildInputs = [ postgresql ];