capstone: 3.0.4 -> 3.0.5

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/capstone/versions.
wip/yesman
R. RyanTM 6 years ago
parent 1ae2f10642
commit d0ad9db017
  1. 4
      pkgs/development/libraries/capstone/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "capstone-${version}";
version = "3.0.4";
version = "3.0.5";
src = fetchurl {
url = "https://github.com/aquynh/capstone/archive/${version}.tar.gz";
sha256 = "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax";
sha256 = "1wbd1g3r32ni6zd9vwrq3kn7fdp9y8qwn9zllrrbk8n5wyaxcgci";
};
configurePhase = '' patchShebangs make.sh '';

Loading…
Cancel
Save