Skip to content

Commit

Permalink
Revert "zimg: 3.0.3 -> 3.0.4" (#171566)
Browse files Browse the repository at this point in the history
Reverts #171144. Let's move it to staging-next for now.
  • Loading branch information
vcunat committed May 4, 2022
1 parent f9e8fbc commit b4cc9cd
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.4";
version = "3.0.3";

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

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit b4cc9cd

Please sign in to comment.