pgadmin: 9.7 -> 9.8

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit 81441f923c)
This commit is contained in:
Florian Brandes
2025-09-07 11:39:59 +02:00
committed by Felix Singer
parent 18b358c977
commit 23a6e07e3f
2 changed files with 4 additions and 4 deletions

View File

@@ -20,14 +20,14 @@
let
pname = "pgadmin";
version = "9.7";
yarnHash = "sha256-c+qPT9E4a/xqgSmfE0OnzLP31k0dXC6b2fwXnBKZjuE=";
version = "9.8";
yarnHash = "sha256-NvQlrDXn9sa4MpytFYPsC4bKO8Thx/MuqG8M6VIa2ig=";
src = fetchFromGitHub {
owner = "pgadmin-org";
repo = "pgadmin4";
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
hash = "sha256-UpeqEjaXm4mHVLpgJM1/pa2mhM6WbqW4A4U9u3RK+qw=";
hash = "sha256-gnVrMuxWV7lAol1gyONbhtuUL4EEOfOPkRUM2esMgi0=";
};
# keep the scope, as it is used throughout the derivation and tests

View File

@@ -63,7 +63,7 @@ fi
printf "Done\n"
popd
sed -i -E -e "s#yarnHash = \".*\"#yarnHash = \"$YARN_HASH\"#" ${scriptDir}/default.nix
sed -i -E -e "s#yarnHash = \".*\"#yarnHash = \"$YARN_HASH\"#" ${scriptDir}/package.nix
update-source-version pgadmin4 "$newest_version" --print-changes
touch $TMPDIR/.done