gotify-server: 2.0.13 -> 2.0.14
This commit is contained in:
parent
0d47e820c3
commit
f7d199f227
@ -12,13 +12,13 @@ buildGoModule rec {
|
|||||||
pname = "gotify-server";
|
pname = "gotify-server";
|
||||||
# Note that when this is updated, along with the hash, the `ui.nix` file
|
# 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.
|
# should include the same changes to the version and the sha256.
|
||||||
version = "2.0.13";
|
version = "2.0.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gotify";
|
owner = "gotify";
|
||||||
repo = "server";
|
repo = "server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11ycs1ci1z8wm4fjgk4454kgszr4s8q9dc96pl77yvlngi4dk46d";
|
sha256 = "0hyy9fki2626cgd78l7fkk67lik6g1pkcpf6xr3gl07dxwcclyr8";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1awhbc8qs2bwv6y2vwd92r4ys0l1bzymrb36iamr040x961682wv";
|
modSha256 = "1awhbc8qs2bwv6y2vwd92r4ys0l1bzymrb36iamr040x961682wv";
|
||||||
|
@ -8,13 +8,13 @@ yarn2nix-moretea.mkYarnPackage rec {
|
|||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnNix = ./yarndeps.nix;
|
yarnNix = ./yarndeps.nix;
|
||||||
|
|
||||||
version = "2.0.13";
|
version = "2.0.14";
|
||||||
|
|
||||||
src_all = fetchFromGitHub {
|
src_all = fetchFromGitHub {
|
||||||
owner = "gotify";
|
owner = "gotify";
|
||||||
repo = "server";
|
repo = "server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11ycs1ci1z8wm4fjgk4454kgszr4s8q9dc96pl77yvlngi4dk46d";
|
sha256 = "0hyy9fki2626cgd78l7fkk67lik6g1pkcpf6xr3gl07dxwcclyr8";
|
||||||
};
|
};
|
||||||
src = "${src_all}/ui";
|
src = "${src_all}/ui";
|
||||||
|
|
||||||
|
@ -1234,11 +1234,11 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "_types_notifyjs___notifyjs_3.0.0.tgz";
|
name = "_types_notifyjs___notifyjs_3.0.1.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "_types_notifyjs___notifyjs_3.0.0.tgz";
|
name = "_types_notifyjs___notifyjs_3.0.1.tgz";
|
||||||
url = "https://registry.yarnpkg.com/@types/notifyjs/-/notifyjs-3.0.0.tgz";
|
url = "https://registry.yarnpkg.com/@types/notifyjs/-/notifyjs-3.0.1.tgz";
|
||||||
sha1 = "a57126a90be2827d511d00a0615816cd5ca8a740";
|
sha1 = "eba3bec10e44309df4aba31a73bfd26a562bc755";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user