Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
PuTTY: 0.70 -> 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudan committed Mar 18, 2019
1 parent 379ff38 commit 9d95c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/putty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down

0 comments on commit 9d95c9d

Please sign in to comment.