summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-15 19:44:40 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-15 19:44:40 +0000
commit5d090f37a099db7ac25cff15a6b115067513edfb (patch)
tree5fb7a88648810e30449fcf8de5807f8cac0d781b /pkgs/applications/networking/remote
parent0460e3f2f70fd87fdad68a00a349712d87345182 (diff)
downloadnixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar.gz
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar.bz2
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar.lz
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar.xz
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.tar.zst
nixpkgs-5d090f37a099db7ac25cff15a6b115067513edfb.zip
Updating the putty hash of the svn rev. Somehow it gives now a different hash of what there was.
I don't understand why. Maybe I had committed a broken hash from the very beginning.

svn path=/nixpkgs/trunk/; revision=24694
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/putty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/putty/default.nix b/pkgs/applications/networking/remote/putty/default.nix
index 980bb894aa2..5fa1aefe7b0 100644
--- a/pkgs/applications/networking/remote/putty/default.nix
+++ b/pkgs/applications/networking/remote/putty/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   src = fetchsvn {
     url = svn://svn.tartarus.org/sgt/putty;
     rev = rev;
-    sha256 = "1yg5jhk7jp4yrnhpi0lvz71qqaf5gfpcwy8p198qqs8xgd1w51jc";
+    sha256 = "f5d9870dde7166afd277f7501914c6515b35ee7bb42965ccd22fe977ee5d1b0d";
   };
 
   buildInputs = [ gtk ncurses pkgconfig autoconf automake perl halibut ];