zimg: 3.0.1 -> 3.0.2

This commit is contained in:
rnhmjoj 2021-07-08 21:57:30 +02:00
parent c40d0126f8
commit 19ec503a14
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zimg";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "sekrit-twc";
repo = "zimg";
rev = "release-${version}";
sha256 = "1mpns443ifbkbaxsw6yy8z01l7815259pxzd7s006npr0dxnc8ng";
sha256 = "19qim6vyfas0m09piiw0pw7i0xjzi8vs6bx716gz472nflsg1604";
};
nativeBuildInputs = [ autoreconfHook ];