Merge pull request #219423 from marsam/update-pg_ivm

postgresqlPackages.pg_ivm: 1.5 -> 1.5.1
This commit is contained in:
Mario Rodas 2023-03-05 07:32:06 -05:00 committed by GitHub
commit 70fd8b9fb8
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";
version = "1.5.1";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-UhKJmYnqkxORb0eVqxbu+yaamZ7ISJTbSwArg76YY/Q=";
hash = "sha256-AIH0BKk3y7F885IlC9pEyAubIgNSElpjU8nL6gl98FU=";
};
buildInputs = [ postgresql ];