Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 550085dd4654
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c909f517486
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 20, 2019

  1. Copy the full SHA
    3633486 View commit details
  2. Merge pull request #71037 from marsam/update-syncthing

    syncthing: 1.2.2 -> 1.3.0
    marsam authored Oct 20, 2019
    Copy the full SHA
    6c909f5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/syncthing/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/syncthing/default.nix
Original file line number Diff line number Diff line change
@@ -3,19 +3,19 @@
let
common = { stname, target, postInstall ? "" }:
buildGoModule rec {
version = "1.2.2";
version = "1.3.0";
name = "${stname}-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "0zkyjnjrla0vpvidwwr4z4kxc9cyjcfbjdzsr34xz7rw3jswswm9";
sha256 = "14k1acap9y1z8sj28gcn72lkfxdzpcqj9d27hk8vzm47zjaxgp8l";
};

goPackagePath = "github.com/syncthing/syncthing";

modSha256 = "0pp2gjx227crggph924q7sg6ak8nyl8nlsffpmawq4zl1908lsrd";
modSha256 = "17np8ym84ql7hwzsqfx2l6yiy9hag7h96q8ysvarlfg9l95g1m64";

patches = [
./add-stcli-target.patch