pgadmin: 9.7 -> 9.8

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-09-07 11:39:59 +02:00
parent 6f8b40d388
commit 81441f923c
2 changed files with 4 additions and 4 deletions
+3 -3
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
+1 -1
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