mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
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
This commit is contained in:
parent
0460e3f2f7
commit
5d090f37a0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user