Merge pull request #310149 from r-ryantm/auto-update/syncthing
syncthing: 1.27.6 -> 1.27.7
This commit is contained in:
commit
5d298bb58e
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ let
|
|||
common = { stname, target, postInstall ? "" }:
|
||||
buildGoModule rec {
|
||||
pname = stname;
|
||||
version = "1.27.6";
|
||||
version = "1.27.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "syncthing";
|
||||
repo = "syncthing";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BZAje6dA3wmJ6feHWIYPPYTA3sp1WGwl4MjUJS7iZCo=";
|
||||
hash = "sha256-Y/gwQfb3ShOsXsNLomtqUlmYaw7FQQ6IUN1fHSYOouQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-xVSSFFTqU7jww8YTeXKfa3096c2FmEgkcXvuqFHb12E=";
|
||||
|
|
Loading…
Reference in a new issue