gotify-server: 2.2.2 -> 2.2.4

This commit is contained in:
Doron Behar 2023-03-02 14:18:21 +02:00
parent 2e8194d47b
commit 8941ec1000
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
"0rpjn10ia47nia0g5a8khxy0r8grlfvcf1s5kdyj9512hcy25aca"
"1kc4l95hrhi7lb9x8gy19xpwj12j4syg6w1kbllf3g3k83sr444f"

View File

@ -30,7 +30,7 @@ echo running nix-build for ui
nix-build -A gotify-server.ui
echo running nix-build for gotify itself in order to get vendorSha256
set +e
vendorSha256="$(nix-build -A gotify-server 2>&1 | grep "got:" | cut -d':' -f3)"
vendorSha256="$(nix-build -A gotify-server 2>&1 | grep "got:" | cut -d':' -f2)"
set -e
printf '"%s"\n' "$vendorSha256" > $dirname/vendor-sha.nix
tput setaf 2

View File

@ -1 +1 @@
"2.2.2"
"2.2.4"