summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-07-17 10:42:04 +0200
committerThomas Gerbet <thomas@gerbet.me>2021-07-17 10:42:04 +0200
commit2931283a42b800a10088738261ea422a69499c8e (patch)
tree6258c55eb2324d69665923eb02c6d81bbd4cb105 /pkgs/applications/networking/remote
parentc8868a9c48e5be6ad8445d30a3fe4e2b749f2ea0 (diff)
downloadnixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar.gz
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar.bz2
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar.lz
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar.xz
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.tar.zst
nixpkgs-2931283a42b800a10088738261ea422a69499c8e.zip
putty: 0.74 -> 0.75
Fixes CVE-2021-36367.
Diffstat (limited to 'pkgs/applications/networking/remote')
-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 e7544258acf..aab30c24e20 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.74";
+  version = "0.75";
   pname = "putty";
 
   src = fetchurl {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
       "https://the.earth.li/~sgtatham/putty/${version}/${pname}-${version}.tar.gz"
       "ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${pname}-${version}.tar.gz"
     ];
-    sha256 = "0zc43g8ycyf712cdrja4k8ih5s3agw1k0nq0jkifdn8xwn4d7mfx";
+    sha256 = "1xgrr1fbirw79zafspg2b6crzfmlfw910y79md4r7gnxgq1kn5yk";
   };
 
   # glib-2.62 deprecations