afflib: 3.7.17 -> 3.7.18

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 2019-03-01 07:29:16 -08:00
parent 2fcb11a244
commit a174052286
1 changed files with 2 additions and 2 deletions

View File

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