From a76b896f6f94f279c4e6e0b868653c01fbcb6789 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Fri, 2 Jun 2023 15:53:51 +0200 Subject: [PATCH] pgadmin4: 7.1 -> 7.2 Signed-off-by: Florian Brandes --- pkgs/tools/admin/pgadmin/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/admin/pgadmin/default.nix b/pkgs/tools/admin/pgadmin/default.nix index e632015ad5dd..152c9b72038f 100644 --- a/pkgs/tools/admin/pgadmin/default.nix +++ b/pkgs/tools/admin/pgadmin/default.nix @@ -14,14 +14,14 @@ let pname = "pgadmin"; - version = "7.1"; + version = "7.2"; yarnSha256 = "sha256-9iuD0cy0PEtx9Jc626LtE0sAOtP451TGlFKGtC8Tjs4="; src = fetchFromGitHub { owner = "pgadmin-org"; repo = "pgadmin4"; rev = "REL-${lib.versions.major version}_${lib.versions.minor version}"; - hash = "sha256-oqOjWfmBJNqCCSyKzbdJkdNql7Him2HgAcRovWtjfbE="; + hash = "sha256-RefEuP/Oh4X6knnIBnPrlITXFHbbL2U9yfvc4Ng6VJ4="; }; # keep the scope, as it is used throughout the derivation and tests @@ -185,6 +185,7 @@ pythonPackages.buildPythonApplication rec { speaklater3 google-auth-oauthlib google-api-python-client + keyring ]; passthru.tests = {