summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-07 06:54:13 +0000
committerJon <jonringer@users.noreply.github.com>2020-09-23 20:51:03 -0700
commit4fe54460cf10fc59e3ecc19a43479113d0a03f2a (patch)
treec585cd6678fa380e29a793d51cb34cd110cbd5c6
parent2377e8e8cafb1c66cb5e6a3bd52ead921531bb21 (diff)
downloadnixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar.gz
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar.bz2
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar.lz
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar.xz
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.tar.zst
nixpkgs-4fe54460cf10fc59e3ecc19a43479113d0a03f2a.zip
zimg: 3.0 -> 3.0.1
-rw-r--r--pkgs/development/libraries/zimg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/zimg/default.nix b/pkgs/development/libraries/zimg/default.nix
index 0deec273881..afb13a03cbb 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 = "3.0";
+  version = "3.0.1";
 
   src = fetchFromGitHub {
     owner  = "sekrit-twc";
     repo   = "zimg";
     rev    = "release-${version}";
-    sha256 = "157lqfgz4lqa782iij7lkajgjbxv3vqf6y5hpdz36i6dg06paqqa";
+    sha256 = "1mpns443ifbkbaxsw6yy8z01l7815259pxzd7s006npr0dxnc8ng";
   };
 
   nativeBuildInputs = [ autoreconfHook ];