Skip to content

Commit 3ef42eb

Browse files
authored
gotify-server: 2.6.1 -> 2.6.3 (#408036)
2 parents 5f3717b + b788cf1 commit 3ef42eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/gotify-server/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule rec {
1212
pname = "gotify-server";
13-
version = "2.6.1";
13+
version = "2.6.3";
1414

1515
src = fetchFromGitHub {
1616
owner = "gotify";
1717
repo = "server";
1818
rev = "v${version}";
19-
hash = "sha256-6PmJnRBovyufrSB+uMbU+bqhZb1bEs39MxBVMnnE6f8=";
19+
hash = "sha256-9vIReA29dWf3QwUYEW8JhzF9o74JZqG4zGobgI+gIWE=";
2020
};
2121

2222
# With `allowGoReference = true;`, `buildGoModule` adds the `-trimpath`
@@ -25,7 +25,7 @@ buildGoModule rec {
2525
# server[780]: stat /var/lib/private/ui/build/index.html: no such file or directory
2626
allowGoReference = true;
2727

28-
vendorHash = "sha256-aru1Q3esLtyxV6CVup4qjsuaJlM5DuLuP8El4RYoVVE=";
28+
vendorHash = "sha256-rs6EfnJT6Jgif2TR5u5Tp5/Ozn+4uhSapksyKFnQiCo=";
2929

3030
doCheck = false;
3131

0 commit comments

Comments
 (0)