capstone: fix hhttps typo (ZHF)
This commit is contained in:
parent
551a26dad1
commit
419b15a215
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "3.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "hhttps://github.com/aquynh/capstone/archive/${version}.tar.gz";
|
||||
url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz";
|
||||
sha256 = "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user