diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2020-04-07 04:23:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-07 04:23:19 -0500 |
| commit | 7564d837accfa68547c9239bd2e1e1a9565c4811 (patch) | |
| tree | eab8518945b065fd543cc1179125d7529dfa3193 | |
| parent | gitAndTools.git-cinnabar: init at 0.5.4 (diff) | |
| parent | syncthing: 1.4.0 -> 1.4.1 (diff) | |
| download | nixpkgs-7564d837accfa68547c9239bd2e1e1a9565c4811.tar.gz | |
Merge pull request #84529 from marsam/update-syncthing
syncthing: 1.4.0 -> 1.4.1
| -rw-r--r-- | pkgs/applications/networking/syncthing/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index 516acab10f8b..b26eef5f0a75 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -3,17 +3,17 @@ let common = { stname, target, postInstall ? "" }: buildGoModule rec { - version = "1.4.0"; + version = "1.4.1"; name = "${stname}-${version}"; src = fetchFromGitHub { owner = "syncthing"; repo = "syncthing"; rev = "v${version}"; - sha256 = "049f9h03qq9a7pa8ngwampwf5xc7kr7mm473zn56yl3nrmv0nid6"; + sha256 = "0knrgzfid9k3fl1r83rgvd8vzpssa41ai53f5didml369jfyjdk7"; }; - modSha256 = "1qq0979cm42wd3scy3blyi0hg67mkghis9r5rn2x1lqi2b982wfh"; + modSha256 = "0qjhb55nd8mlnswbk8bgl2sb9angmv8fnympmmyqj1dqa7lcs87z"; patches = [ ./add-stcli-target.patch |
