Unverified Commit ce3fe15e authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

syncthing: 2.0.8 -> 2.0.10 (#443022)

parents 4e9d2c30 6a6f3890
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
    }:
    buildGoModule rec {
      pname = stname;
      version = "2.0.8";
      version = "2.0.10";

      src = fetchFromGitHub {
        owner = "syncthing";
        repo = "syncthing";
        tag = "v${version}";
        hash = "sha256-QkCLFztzaH9MvgP6HWUr5Z8yIrKlY6/t2VaZwai/H8Q=";
        hash = "sha256-N0+i5sj/cTPDv6q428b3Y0hsPRxIl96+RIuS1AyeTbc=";
      };

      vendorHash = "sha256-iYTAnEy0MqJaTz/cdpteealyviwVrpwDzVigo8nnXqs=";