Unverified Commit 59a08084 authored by Florian Brandes's avatar Florian Brandes
Browse files

pgadmin: 9.3 -> 9.4



also fix update.sh

Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent 8415e499
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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