mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
gotify-server: 2.2.2 -> 2.2.4
This commit is contained in:
parent
2e8194d47b
commit
8941ec1000
@ -1 +1 @@
|
||||
"0rpjn10ia47nia0g5a8khxy0r8grlfvcf1s5kdyj9512hcy25aca"
|
||||
"1kc4l95hrhi7lb9x8gy19xpwj12j4syg6w1kbllf3g3k83sr444f"
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
"2.2.2"
|
||||
"2.2.4"
|
||||
|
Loading…
Reference in New Issue
Block a user