gotify-server: 2.0.15 -> 2.0.16

This commit is contained in:
Doron Behar
2020-05-10 23:12:41 +03:00
parent 8325e0db11
commit f4718f4e6b
6 changed files with 2965 additions and 2353 deletions
+4
View File
@@ -38,6 +38,10 @@ buildGoModule rec {
cp -r ${ui}/libexec/gotify-ui/deps/gotify-ui/build ui/build && packr
'';
passthru = {
updateScript = ./update.sh;
};
# Otherwise, all other subpackages are built as well and from some reason,
# produce binaries which panic when executed and are not interesting at all
subPackages = [ "." ];