gotify-server: 2.0.11 -> 2.0.12

This commit is contained in:
Doron Behar
2019-12-01 22:05:08 +02:00
parent 5d2d5d3a9e
commit 4095c79588
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ yarn2nix-moretea.mkYarnPackage rec {
packageJSON = ./package.json;
yarnNix = ./yarndeps.nix;
version = "2.0.11";
version = "2.0.12";
src_all = fetchFromGitHub {
owner = "gotify";
repo = "server";
rev = "v${version}";
sha256 = "0zrylyaxy1cks1wlzyf0di8in2braj4pfriyqa24vipwrlnhvgs6";
sha256 = "0pkws83ymmlxcdxadb1w6rmibw84vzhx9xrhxc6b1rjncb80l0kk";
};
src = "${src_all}/ui";