Skip to content

Commit

Permalink
Re-revert "zimg: 3.0.3 -> 3.0.4"
Browse files Browse the repository at this point in the history
This reverts commit b4cc9cd.
and thus reapplies PR #171144.
  • Loading branch information
vcunat committed May 4, 2022
1 parent 453f19b commit 7c4e34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/zimg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "zimg";
version = "3.0.3";
version = "3.0.4";

src = fetchFromGitHub {
owner = "sekrit-twc";
repo = "zimg";
rev = "release-${version}";
sha256 = "0pwgf1mybpa3fs13p6jryzm32vfldyql9biwaypqdcimlnlmyk20";
sha256 = "1069x49l7kh1mqcq1h3f0m5j0h832jp5x230bh4c613ymgg5kn00";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit 7c4e34a

Please sign in to comment.