postgresqlPackages.pg_squeeze: 1.7.0 -> 1.9.0
Release notes: https://github.com/cybertec-postgresql/pg_squeeze/releases/tag/REL1_8_0 https://github.com/cybertec-postgresql/pg_squeeze/releases/tag/REL1_9_0
This commit is contained in:
parent
ca232376ae
commit
3951f3b158
@ -9,13 +9,13 @@
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
pname = "pg_squeeze";
|
||||
version = "1.7.0";
|
||||
version = "1.9.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cybertec-postgresql";
|
||||
repo = "pg_squeeze";
|
||||
tag = "REL${lib.replaceString "." "_" finalAttrs.version}";
|
||||
hash = "sha256-Kh1wSOvV5Rd1CG/na3yzbWzvaR8SJ6wmTZOnM+lbgik=";
|
||||
hash = "sha256-RrG7qeX0NQ4cq6N+9uVfalNW+HfiSt4wcjeZjInnfgE=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
Loading…
x
Reference in New Issue
Block a user