Merge pull request #43948 from r-ryantm/auto-update/capstone
capstone: 3.0.4 -> 3.0.5
This commit is contained in:
commit
013e96de0a
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "capstone-${version}";
|
name = "capstone-${version}";
|
||||||
version = "3.0.4";
|
version = "3.0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz";
|
url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz";
|
||||||
sha256 = "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax";
|
sha256 = "1wbd1g3r32ni6zd9vwrq3kn7fdp9y8qwn9zllrrbk8n5wyaxcgci";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = '' patchShebangs make.sh '';
|
configurePhase = '' patchShebangs make.sh '';
|
||||||
|
|
Loading…
Reference in New Issue