pgadmin: 9.2 -> 9.3

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-05-08 13:38:59 +02:00
parent cd6c09ebc5
commit 3771ff7579
+3 -3
View File
@@ -20,14 +20,14 @@
let
pname = "pgadmin";
version = "9.2";
yarnHash = "sha256-I7Eua6MkZR7l4Ks1Cyz0AAXLuayuzZHuk+xtn8Zu8UI=";
version = "9.3";
yarnHash = "sha256-75FwwQ67j0aTHGvD4YwAaR8CWV4u4KsuMghidbkgVsw=";
src = fetchFromGitHub {
owner = "pgadmin-org";
repo = "pgadmin4";
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
hash = "sha256-2Hl9YpXXlfkD0KOEV0dD0Ib1QlwyY3tXm56sDyvafKE=";
hash = "sha256-4uupF1dw6OE/briAI5PWiQ7h6RPx1sUqf8PB8cJsNSU=";
};
# keep the scope, as it is used throughout the derivation and tests