lol

capstone: fix hhttps typo (ZHF)

+1 -1
+1 -1
pkgs/development/libraries/capstone/default.nix
··· 5 5 version = "3.0.4"; 6 6 7 7 src = fetchurl { 8 - url = "hhttps://github.com/aquynh/capstone/archive/${version}.tar.gz"; 8 + url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz"; 9 9 sha256 = "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax"; 10 10 }; 11 11