Skip to content

Commit a8639cf

Browse files
committed
pgadmin4: 6.20 -> 6.21
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
1 parent 7576e5c commit a8639cf

4 files changed

Lines changed: 4 additions & 20 deletions

File tree

pkgs/tools/admin/pgadmin/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
let
1414
pname = "pgadmin";
15-
version = "6.20";
15+
version = "6.21";
1616

1717
src = fetchurl {
1818
url = "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${version}/source/pgadmin4-${version}.tar.gz";
19-
hash = "sha256-6aQvg98LymZGAgAcNX5Xhw/aRdE5h4HOCPS+kQnkstU=";
19+
hash = "sha256-9ErMhxzixyiwcwcduLP63JfM3rNy0W/3w0b+BbQAjUA=";
2020
};
2121

2222
yarnDeps = mkYarnModules {
@@ -53,7 +53,7 @@ let
5353
};
5454
propagatedBuildInputs = [ prev.pytz ];
5555
});
56-
# pgadmin 6.20 is incompatible with flask 2.2
56+
# pgadmin 6.21 is incompatible with flask 2.2
5757
# https://redmine.postgresql.org/issues/7651
5858
flask = prev.flask.overridePythonAttrs (oldAttrs: rec {
5959
version = "2.1.3";
@@ -87,7 +87,7 @@ let
8787
hash = "sha256-NP5cb+4PabUOMPgaO36haqFJKncf6a0JdNFkYQwJpsk=";
8888
};
8989
});
90-
# pgadmin 6.20 is incompatible with the major flask-security-too update to 5.0.x
90+
# pgadmin 6.21 is incompatible with the major flask-security-too update to 5.0.x
9191
flask-security-too = prev.flask-security-too.overridePythonAttrs (oldAttrs: rec {
9292
version = "4.1.5";
9393
src = oldAttrs.src.override {

pkgs/tools/admin/pgadmin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"jquery": "^3.6.0",
125125
"json-bignumber": "^1.0.1",
126126
"jsoneditor": "^9.5.4",
127-
"jsoneditor-react": "^3.1.1",
128127
"karma-coverage": "^2.0.3",
129128
"leaflet": "^1.5.1",
130129
"lodash": "4.*",

pkgs/tools/admin/pgadmin/yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6235,13 +6235,6 @@ json5@^2.1.2, json5@^2.2.1:
62356235
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
62366236
integrity "sha1-eM1vGhm9wStz21rQxh79ZsHikoM= sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
62376237

6238-
jsoneditor-react@^3.1.1:
6239-
version "3.1.2"
6240-
resolved "https://registry.yarnpkg.com/jsoneditor-react/-/jsoneditor-react-3.1.2.tgz#bc36356ac5ecb0d8f88d49a5ccbeecdd7f996164"
6241-
integrity sha512-XqU8BMdIhrlS5HUnn7rGhgZw315bdJGQrf6NG5UH40FSw2xNirQrxnM05aeAplHkp8FNkzN2WX0tfvEWdl2UUA==
6242-
dependencies:
6243-
prop-types "^15.7.2"
6244-
62456238
jsoneditor@^9.5.4:
62466239
version "9.9.2"
62476240
resolved "https://registry.yarnpkg.com/jsoneditor/-/jsoneditor-9.9.2.tgz#176112f71acbf37e977aae8656a17bc33a7a4269"

pkgs/tools/admin/pgadmin/yarn.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6529,14 +6529,6 @@
65296529
sha512 = "XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==";
65306530
};
65316531
}
6532-
{
6533-
name = "jsoneditor_react___jsoneditor_react_3.1.2.tgz";
6534-
path = fetchurl {
6535-
name = "jsoneditor_react___jsoneditor_react_3.1.2.tgz";
6536-
url = "https://registry.yarnpkg.com/jsoneditor-react/-/jsoneditor-react-3.1.2.tgz";
6537-
sha512 = "XqU8BMdIhrlS5HUnn7rGhgZw315bdJGQrf6NG5UH40FSw2xNirQrxnM05aeAplHkp8FNkzN2WX0tfvEWdl2UUA==";
6538-
};
6539-
}
65406532
{
65416533
name = "jsoneditor___jsoneditor_9.9.2.tgz";
65426534
path = fetchurl {

0 commit comments

Comments
 (0)