tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
capstone: fix hhttps typo (ZHF)
Luca Bruno
10 years ago
419b15a2
551a26da
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
capstone
default.nix
+1
-1
pkgs/development/libraries/capstone/default.nix
···
5
5
version = "3.0.4";
6
6
7
7
src = fetchurl {
8
8
-
url = "hhttps://github.com/aquynh/capstone/archive/${version}.tar.gz";
8
8
+
url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz";
9
9
sha256 = "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax";
10
10
};
11
11