mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #172132 from peterhoeg/u/syncthing_1_20_1
syncthing: 1.19.2 -> 1.20.1
This commit is contained in:
commit
a7da237d29
1 changed files with 10 additions and 9 deletions
|
@ -4,21 +4,21 @@ let
|
|||
common = { stname, target, postInstall ? "" }:
|
||||
buildGoModule rec {
|
||||
pname = stname;
|
||||
version = "1.19.2";
|
||||
version = "1.20.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "syncthing";
|
||||
repo = "syncthing";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Zday5lBsRCl00vnnXNKu6VMlq8zmwgI0I+73Pir7ss4=";
|
||||
owner = "syncthing";
|
||||
repo = "syncthing";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QJevD/meVPEHnfwT1Eu3cwfVFU+ab/16eJBl6cuhGdA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-2yK0eE34cA7U1nDWRp/JigFpeveipmCuL4jP+94T3Sg=";
|
||||
vendorSha256 = "sha256-NuiT2GytWaGkgSyl+qoe9DjCCL7wSHc6FU8C6rsy6Vc=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
BUILD_USER="nix";
|
||||
BUILD_HOST="nix";
|
||||
BUILD_USER = "nix";
|
||||
BUILD_HOST = "nix";
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
@ -50,7 +50,8 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
in {
|
||||
in
|
||||
{
|
||||
syncthing = common {
|
||||
stname = "syncthing";
|
||||
target = "syncthing";
|
||||
|
|
Loading…
Reference in a new issue