gotify-server: 2.0.13 -> 2.0.14

This commit is contained in:
Doron Behar
2020-02-19 12:38:31 +02:00
parent 0d47e820c3
commit f7d199f227
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ yarn2nix-moretea.mkYarnPackage rec {
packageJSON = ./package.json;
yarnNix = ./yarndeps.nix;
version = "2.0.13";
version = "2.0.14";
src_all = fetchFromGitHub {
owner = "gotify";
repo = "server";
rev = "v${version}";
sha256 = "11ycs1ci1z8wm4fjgk4454kgszr4s8q9dc96pl77yvlngi4dk46d";
sha256 = "0hyy9fki2626cgd78l7fkk67lik6g1pkcpf6xr3gl07dxwcclyr8";
};
src = "${src_all}/ui";