File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/go/gotify-server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildGoModule 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
You can’t perform that action at this time.
0 commit comments