pgadmin: 9.9 -> 9.10 (#461847)

This commit is contained in:
Emily
2025-11-15 18:14:12 +00:00
committed by GitHub
+3 -3
View File
@@ -20,14 +20,14 @@
let
pname = "pgadmin";
version = "9.9";
yarnHash = "sha256-QInOfpgQgx4i/gTyWG40Sl7Me5ynC/nOfjik82ltwLM=";
version = "9.10";
yarnHash = "sha256-1xbQedxNDQaEiAT9GPNzz17cVD0v4CoxEn0SugJHaz0=";
src = fetchFromGitHub {
owner = "pgadmin-org";
repo = "pgadmin4";
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
hash = "sha256-XzjotJt02mZ0Se/bZMqAl8KL6egIVqqkbiEdcRuHcuE=";
hash = "sha256-AUkxv7rmlb+KYhLe4vj9OvZkmBnN+TL+b/0Xf1+Wyy4=";
};
# keep the scope, as it is used throughout the derivation and tests