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

View file

@ -12,13 +12,13 @@ buildGoModule rec {
pname = "gotify-server";
# Note that when this is updated, along with the hash, the `ui.nix` file
# should include the same changes to the version and the sha256.
version = "2.0.13";
version = "2.0.14";
src = fetchFromGitHub {
owner = "gotify";
repo = "server";
rev = "v${version}";
sha256 = "11ycs1ci1z8wm4fjgk4454kgszr4s8q9dc96pl77yvlngi4dk46d";
sha256 = "0hyy9fki2626cgd78l7fkk67lik6g1pkcpf6xr3gl07dxwcclyr8";
};
modSha256 = "1awhbc8qs2bwv6y2vwd92r4ys0l1bzymrb36iamr040x961682wv";

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";

View file

@ -1234,11 +1234,11 @@
};
}
{
name = "_types_notifyjs___notifyjs_3.0.0.tgz";
name = "_types_notifyjs___notifyjs_3.0.1.tgz";
path = fetchurl {
name = "_types_notifyjs___notifyjs_3.0.0.tgz";
url = "https://registry.yarnpkg.com/@types/notifyjs/-/notifyjs-3.0.0.tgz";
sha1 = "a57126a90be2827d511d00a0615816cd5ca8a740";
name = "_types_notifyjs___notifyjs_3.0.1.tgz";
url = "https://registry.yarnpkg.com/@types/notifyjs/-/notifyjs-3.0.1.tgz";
sha1 = "eba3bec10e44309df4aba31a73bfd26a562bc755";
};
}
{