mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pgadmin: 9.3 -> 9.4
also fix update.sh
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit 59a08084f2)
This commit is contained in:
committed by
Felix Singer
parent
c32659b581
commit
86b53e2848
@@ -22,14 +22,14 @@
|
||||
|
||||
let
|
||||
pname = "pgadmin";
|
||||
version = "9.3";
|
||||
yarnHash = "sha256-T6RKWuAAoJgbzJKef4ioOoUDtoGM9s9BFqxFdy5EtyQ=";
|
||||
version = "9.4";
|
||||
yarnHash = "sha256-AlAyHtadjmKZb0rHNIlaPtEcGFQ15Fc6rExMsNFGwDc=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pgadmin-org";
|
||||
repo = "pgadmin4";
|
||||
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
|
||||
hash = "sha256-4uupF1dw6OE/briAI5PWiQ7h6RPx1sUqf8PB8cJsNSU=";
|
||||
hash = "sha256-oslp9g63mYeP9CmpCzF80nlyqF1ftGbMRIsp6goJOx4=";
|
||||
};
|
||||
|
||||
mozjpeg-bin = fetchFromGitHub {
|
||||
@@ -247,7 +247,6 @@ pythonPackages.buildPythonApplication rec {
|
||||
azure-identity
|
||||
sphinxcontrib-youtube
|
||||
dnspython
|
||||
speaklater3
|
||||
google-auth-oauthlib
|
||||
google-api-python-client
|
||||
keyring
|
||||
|
||||
@@ -41,6 +41,7 @@ pushd $TMPDIR
|
||||
wget -c $url
|
||||
tar -xzf "pgadmin4-$newest_version.tar.gz"
|
||||
cd "pgadmin4-$newest_version/web"
|
||||
patch -u yarn.lock ${scriptDir}/mozjpeg.patch
|
||||
|
||||
printf "Will now generate the hash. This will download the packages to the nix store and also take some time\n"
|
||||
yarn-berry-fetcher missing-hashes yarn.lock
|
||||
|
||||
Reference in New Issue
Block a user