Merge pull request #254469 from marsam/update-pg_ivm

postgresqlPackages.pg_ivm: 1.5.1 -> 1.6
This commit is contained in:
Mario Rodas 2023-09-12 18:07:26 -05:00 committed by GitHub
commit f1385ec4a9
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.5.1";
version = "1.6";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-AIH0BKk3y7F885IlC9pEyAubIgNSElpjU8nL6gl98FU=";
hash = "sha256-MAZsEPQu1AqI53h01M5bErc/MUJRauNPO9Hizig+2dc=";
};
buildInputs = [ postgresql ];