mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gotify-server: 2.0.10 -> 2.0.11
This commit is contained in:
parent
83b14e578f
commit
c1a74b7349
@ -10,13 +10,15 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gotify-server";
|
||||
version = "2.0.10";
|
||||
# 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.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gotify";
|
||||
repo = "server";
|
||||
rev = "v${version}";
|
||||
sha256 = "0f7y6gkxikdfjhdxplkv494ss2b0fqmibd2kl9nifabggfz5gjal";
|
||||
sha256 = "0zrylyaxy1cks1wlzyf0di8in2braj4pfriyqa24vipwrlnhvgs6";
|
||||
};
|
||||
|
||||
modSha256 = "19mghbs1jasb7vxdw13mmwsbk5sfg3y2vvddr73c82lq0f8g2iha";
|
||||
|
@ -8,13 +8,13 @@ yarn2nix-moretea.mkYarnPackage rec {
|
||||
packageJSON = ./package.json;
|
||||
yarnNix = ./yarndeps.nix;
|
||||
|
||||
version = "2.0.8";
|
||||
version = "2.0.11";
|
||||
|
||||
src_all = fetchFromGitHub {
|
||||
owner = "gotify";
|
||||
repo = "server";
|
||||
rev = "v${version}";
|
||||
sha256 = "17bxs3wcazrxippf3i9w7d2mq8lf0v5m4bn3nl2zb8v8dl3lsc9a";
|
||||
sha256 = "0zrylyaxy1cks1wlzyf0di8in2braj4pfriyqa24vipwrlnhvgs6";
|
||||
};
|
||||
src = "${src_all}/ui";
|
||||
|
||||
|
@ -705,6 +705,14 @@
|
||||
sha1 = "c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "_babel_runtime___runtime_7.6.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "_babel_runtime___runtime_7.6.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz";
|
||||
sha1 = "935122c74c73d2240cafd32ddb5fc2a6cd35cf1f";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "_babel_template___template_7.4.4.tgz";
|
||||
path = fetchurl {
|
||||
@ -890,11 +898,11 @@
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "_material_ui_icons___icons_4.4.3.tgz";
|
||||
name = "_material_ui_icons___icons_4.5.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "_material_ui_icons___icons_4.4.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.4.3.tgz";
|
||||
sha1 = "5d4346ddbb2673a1b57ebc78fd6d50bcd88711db";
|
||||
name = "_material_ui_icons___icons_4.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.5.1.tgz";
|
||||
sha1 = "6963bad139e938702ece85ca43067688018f04f8";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user