Skip to content

Commit

Permalink
gotify-server: 2.0.15 -> 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed May 10, 2020
1 parent 8325e0d commit f4718f4
Show file tree
Hide file tree
Showing 6 changed files with 2,965 additions and 2,353 deletions.
4 changes: 4 additions & 0 deletions pkgs/servers/gotify/default.nix
Expand Up @@ -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 = [ "." ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/gotify/mod-sha.nix
@@ -1 +1 @@
"119f249rvlvxjhwc6wh10yyk3z41488mydmvxs44b5a4p67yvjfw"
"0zpdbj8a0akhzi1ian8zs6y7ymhlpcfy13q64xdlwc5w0286554r"
44 changes: 22 additions & 22 deletions pkgs/servers/gotify/package.json
Expand Up @@ -9,23 +9,23 @@
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.0",
"codemirror": "^5.43.0",
"detect-browser": "^3.0.0",
"detect-browser": "^5.1.0",
"js-base64": "^2.5.1",
"mobx": "^5.1.1",
"mobx-react": "^5.2.8",
"mobx-react": "^6.2.2",
"mobx-utils": "^5.0.2",
"notifyjs": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-codemirror2": "^5.1.0",
"react-codemirror2": "^7.1.0",
"react-dom": "^16.4.2",
"react-infinite": "^0.13.0",
"react-markdown": "^4.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-timeago": "^4.1.9",
"remove-markdown": "^0.3.0",
"typeface-roboto": "0.0.54"
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -38,30 +38,30 @@
"testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different"
},
"devDependencies": {
"@types/codemirror": "0.0.71",
"@types/detect-browser": "^2.0.1",
"@types/codemirror": "0.0.91",
"@types/detect-browser": "^4.0.0",
"@types/get-port": "^4.0.0",
"@types/jest": "^23.3.1",
"@types/jest": "^25.2.1",
"@types/js-base64": "^2.3.1",
"@types/node": "^10.9.0",
"@types/node": "^13.13.5",
"@types/notifyjs": "^3.0.0",
"@types/puppeteer": "^1.6.3",
"@types/puppeteer": "^2.0.1",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"@types/react-infinite": "0.0.33",
"@types/react-router-dom": "^4.3.0",
"@types/react-infinite": "0.0.34",
"@types/react-router-dom": "^5.1.5",
"@types/remove-markdown": "^0.1.1",
"@types/rimraf": "^2.0.2",
"get-port": "^4.0.0",
"prettier": "^1.14.2",
"puppeteer": "^1.8.0",
"react-scripts": "3.1.1",
"rimraf": "^2.6.2",
"@types/rimraf": "^3.0.0",
"get-port": "^5.1.1",
"prettier": "^2.0.5",
"puppeteer": "^3.0.4",
"react-scripts": "^3.4.1",
"rimraf": "^3.0.2",
"tree-kill": "^1.2.0",
"tslint": "^5.20.0",
"tslint": "^6.1.2",
"tslint-sonarts": "^1.7.0",
"typescript": "3.6.2",
"wait-on": "^3.0.1"
"typescript": "3.8.3",
"wait-on": "^5.0.0"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/gotify/source-sha.nix
@@ -1 +1 @@
"0igzgpzrxkz31njhybsap505mlr32k4qma32v5rafqdi2naz5iyl"
"18y2kaf0v7275a0b8ab5y3qk7qwh19aqxyy0gmlflzgr2nimpmrn"
2 changes: 1 addition & 1 deletion pkgs/servers/gotify/version.nix
@@ -1 +1 @@
"2.0.15"
"2.0.16"

0 comments on commit f4718f4

Please sign in to comment.