3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #206710 from ivan/pg_ivm-1.4

postgresqlPackages.pg_ivm: 1.3 -> 1.4
This commit is contained in:
Mario Rodas 2023-01-03 09:21:55 -05:00 committed by GitHub
commit 6688fdf6a4
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.3";
version = "1.4";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-HdIqAB/A6+EvioKhS2OKmlABjpeTAgkbU5ihbt/OzdI=";
hash = "sha256-pz9eHmd7GC30r0uUObOlrcdkAX4c+szjYAXS1U999CE=";
};
buildInputs = [ postgresql ];