summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 14:06:34 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 14:06:34 +0000
commit2c9cc36b390963905e29f76d9fedcb3a77bd1907 (patch)
tree43578622016641d2369d3a764b2dea09b5b210e0 /pkgs/development
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
zimg: 2.9.2 -> 2.9.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/zimg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/zimg/default.nix b/pkgs/development/libraries/zimg/default.nix
index 75f10f94fb38..f5913137e1c2 100644
--- a/pkgs/development/libraries/zimg/default.nix
+++ b/pkgs/development/libraries/zimg/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zimg";
- version = "2.9.2";
+ version = "2.9.3";
src = fetchFromGitHub {
owner = "sekrit-twc";
repo = "zimg";
rev = "release-${version}";
- sha256 = "0jlgrlfs9maixd8mx7gk2kfawz8ixnihkxi7vhyzfy1gq49vmxm2";
+ sha256 = "1dqyrq3p8bkgvj4ci50ac342hjnhyz6xxvhiwp7wpi3v3nbj7s02";
};
nativeBuildInputs = [ autoreconfHook ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Scaling, colorspace conversion and dithering library";
- homepage = https://github.com/sekrit-twc/zimg;
+ homepage = "https://github.com/sekrit-twc/zimg";
license = licenses.wtfpl;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ];