postgresqlPackages.pgddl: 0.29 -> 0.30 (#437860)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
}:
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
pname = "pgddl";
|
||||
version = "0.29";
|
||||
version = "0.30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lacanoid";
|
||||
repo = "pgddl";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-W3G6TGtkj+zXXdGZZR0bmZhsLuFJvuGTlDoo8kL8sf0=";
|
||||
hash = "sha256-w08IgnobIhlwRGrz+feEnZbI1KrWrMRI4BvNVUZFSSg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user