zimg: 2.7.5 -> 2.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zimg/versions
This commit is contained in:
R. RyanTM 2018-10-22 23:16:56 -07:00
parent 86c7662be0
commit 12e6483d07

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec{
name = "zimg-${version}";
version = "2.7.5";
version = "2.8";
src = fetchFromGitHub {
owner = "sekrit-twc";
repo = "zimg";
rev = "release-${version}";
sha256 = "1f4iv99w1sn7kp8xlv2vr20m6qif7c8km1vqjfs9kf2305z5lxww";
sha256 = "0s4n1swg1hgv81l8hvf0ny0fn305vf6l6dakbj452304p6ihxd83";
};
nativeBuildInputs = [ autoreconfHook ];