afflib: 3.7.16 -> 3.7.17

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
This commit is contained in:
R. RyanTM 2018-09-20 17:39:37 -07:00
parent 35378f0141
commit f5fb4283d4

View File

@ -3,14 +3,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.7.16"; version = "3.7.17";
name = "afflib-${version}"; name = "afflib-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sshock"; owner = "sshock";
repo = "AFFLIBv3"; repo = "AFFLIBv3";
rev = "v${version}"; rev = "v${version}";
sha256 = "0piwkmg7jn64h57cjf5cybyvyqxj2k752g9vrf4ycds7nhvvbnb6"; sha256 = "11q20n6p5nvwmd9wwk0addlfxpxagf47ly89scn3jvc7k484ksan";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];