mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gotify-server: 2.0.13 -> 2.0.14
This commit is contained in:
parent
0d47e820c3
commit
f7d199f227
3 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue