Merge pull request #194662 from ivan/pg_ivm-1.3

postgresqlPackages.pg_ivm: 1.2 -> 1.3
This commit is contained in:
Mario Rodas 2022-10-05 23:06:41 -05:00 committed by GitHub
commit 7e7c3e77fb
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.2";
version = "1.3";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-q/iAMrT9npmtIKFKi/vSeYGvFSE+SgsKTP08YfBOpik=";
hash = "sha256-HdIqAB/A6+EvioKhS2OKmlABjpeTAgkbU5ihbt/OzdI=";
};
buildInputs = [ postgresql ];