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: 4e3b4b0acb66
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e55d835762c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 9, 2018

  1. teamviewer: 12.0.85001 -> 12.0.90041

    Averell Dalton committed Mar 9, 2018
    Copy the full SHA
    4b00e5c View commit details

Commits on Mar 13, 2018

  1. Merge pull request #36673 from averelld/upgrade-teamviewer

    teamviewer: 12.0.85001 -> 12.0.90041
    fpletz authored Mar 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6e55d83 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/remote/teamviewer/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/teamviewer/default.nix
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@ in

stdenv.mkDerivation rec {
name = "teamviewer-${version}";
version = "12.0.85001";
version = "12.0.90041";

src = fetchurl {
# There is a 64-bit package, but it has no differences apart from Debian dependencies.
# Generic versioned packages (teamviewer_${version}_i386.tar.xz) are not available for some reason.
url = "https://dl.tvcdn.de/download/version_12x/teamviewer_${version}_i386.deb";
sha256 = "01vzky22gisjxa4ihaygkb7jwhl4z9ldd9lli8fc863nxxbrawks";
sha256 = "19gf68xadayncrbpkk3v05xm698zavv8mz8ia6jhadrh5s6i0bwg";
};

unpackPhase = ''