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

Commits on Mar 18, 2019

  1. PuTTY: 0.70 -> 0.71

    (cherry picked from commit 9d95c9d)
    tokudan committed Mar 18, 2019
    Copy the full SHA
    07b8c65 View commit details
  2. Merge branch 'pr-57863' into release-18.09

    * pr-57863:
      PuTTY: 0.70 -> 0.71
    Ekleog committed Mar 18, 2019
    Copy the full SHA
    e408cd4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/remote/putty/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/putty/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
}:

stdenv.mkDerivation rec {
version = "0.70";
version = "0.71";
name = "putty-${version}";

src = fetchurl {
urls = [
"https://the.earth.li/~sgtatham/putty/${version}/${name}.tar.gz"
"ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${name}.tar.gz"
];
sha256 = "1gmhwwj1y7b5hgkrkxpf4jddjpk9l5832zq5ibhsiicndsfs92mv";
sha256 = "1f66iss0kqk982azmxbk4xfm2i1csby91vdvly6cr04pz3i1r4rg";
};

preConfigure = lib.optionalString stdenv.hostPlatform.isUnix ''