about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/putty
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2019-03-18 18:24:45 +0100
committerDaniel Frank <git@danielfrank.net>2019-03-18 18:24:45 +0100
commit9d95c9d78f393eb59ce6ff5908f31a1219c56d6d (patch)
tree4493491a9f7b1ae6ae0d126db96ee98ff4f9576b /pkgs/applications/networking/remote/putty
parent379ff387f493a25bc74b0c8a75a205267dde47bc (diff)
downloadnixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar.gz
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar.bz2
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar.lz
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar.xz
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.tar.zst
nixlib-9d95c9d78f393eb59ce6ff5908f31a1219c56d6d.zip
PuTTY: 0.70 -> 0.71
Diffstat (limited to 'pkgs/applications/networking/remote/putty')
-rw-r--r--pkgs/applications/networking/remote/putty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/putty/default.nix b/pkgs/applications/networking/remote/putty/default.nix
index 13613774b7c2..fdd367f97c03 100644
--- a/pkgs/applications/networking/remote/putty/default.nix
+++ b/pkgs/applications/networking/remote/putty/default.nix
@@ -3,7 +3,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "0.70";
+  version = "0.71";
   name = "putty-${version}";
 
   src = fetchurl {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
       "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 ''