Merge pull request #241267 from gador/pgadmin-7.4

pgadmin4: 7.3 -> 7.4
This commit is contained in:
Weijia Wang 2023-07-03 17:14:42 +03:00 committed by GitHub
commit 8213adf14b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2011 additions and 1472 deletions

View file

@ -14,14 +14,14 @@
let
pname = "pgadmin";
version = "7.3";
yarnSha256 = "sha256-gbFAeTB24EU0SWSAMnPus1rcgQmHcPySb6wXX3xKnvg=";
version = "7.4";
yarnSha256 = "sha256-rEKMUZksmR2jPwtXy6drNwAJktK/3Dee6EZVFHPngWs=";
src = fetchFromGitHub {
owner = "pgadmin-org";
repo = "pgadmin4";
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
hash = "sha256-7qdM/CkrSy9g85WhaG57O9uqHIwQIpOThHKxGs+U0dQ=";
hash = "sha256-ksvSDySutTB9QX0Gh9jBjGlDyG/vEMhgadu91iNvznw=";
};
# keep the scope, as it is used throughout the derivation and tests

View file

@ -59,6 +59,7 @@ printf "Conversion done\n"
printf "Will now do some regex substitution post-processing\n"
sed -i -E "s|(.), |\1\", \"|g" yarn_v1.lock
sed -i -E "s|npm:||g" yarn_v1.lock
printf "Substituion done\n"
printf "Will now add missing github packages back to the v1 yarn.lock file\n"

File diff suppressed because it is too large Load diff