gotify-server: 2.0.11 -> 2.0.12
This commit is contained in:
parent
5d2d5d3a9e
commit
4095c79588
pkgs/servers/gotify
@ -12,16 +12,16 @@ 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.11";
|
version = "2.0.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gotify";
|
owner = "gotify";
|
||||||
repo = "server";
|
repo = "server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0zrylyaxy1cks1wlzyf0di8in2braj4pfriyqa24vipwrlnhvgs6";
|
sha256 = "0pkws83ymmlxcdxadb1w6rmibw84vzhx9xrhxc6b1rjncb80l0kk";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "19mghbs1jasb7vxdw13mmwsbk5sfg3y2vvddr73c82lq0f8g2iha";
|
modSha256 = "1awhbc8qs2bwv6y2vwd92r4ys0l1bzymrb36iamr040x961682wv";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace app.go \
|
substituteInPlace app.go \
|
||||||
|
@ -8,13 +8,13 @@ yarn2nix-moretea.mkYarnPackage rec {
|
|||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnNix = ./yarndeps.nix;
|
yarnNix = ./yarndeps.nix;
|
||||||
|
|
||||||
version = "2.0.11";
|
version = "2.0.12";
|
||||||
|
|
||||||
src_all = fetchFromGitHub {
|
src_all = fetchFromGitHub {
|
||||||
owner = "gotify";
|
owner = "gotify";
|
||||||
repo = "server";
|
repo = "server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0zrylyaxy1cks1wlzyf0di8in2braj4pfriyqa24vipwrlnhvgs6";
|
sha256 = "0pkws83ymmlxcdxadb1w6rmibw84vzhx9xrhxc6b1rjncb80l0kk";
|
||||||
};
|
};
|
||||||
src = "${src_all}/ui";
|
src = "${src_all}/ui";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user