about summary refs log tree commit diff
path: root/pkgs/development/libraries/libzen
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-12-17 12:57:27 +0000
committerdevhell <^@regexmail.net>2016-12-17 12:57:27 +0000
commitc39e36f766deda952f268791b9eb681f688296aa (patch)
treec7eb224519a38e6dab6abecb32602388e62cb8bb /pkgs/development/libraries/libzen
parent096e8ab45f817db41bd5d50352c901c73843af2e (diff)
{lib}mediainfo{-gui},libzen: 0.7.87 -> 0.7.91, 0.4.33 -> 0.4.34
Unfortunately I've not been able to keep this updated on a regular basis
at the moment, therefore some versions have been skipped. I'm therefore
going to just add the link for the changelog:

https://mediaarea.net/MediaInfo/ChangeLog
Diffstat (limited to 'pkgs/development/libraries/libzen')
-rw-r--r--pkgs/development/libraries/libzen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libzen/default.nix b/pkgs/development/libraries/libzen/default.nix
index 23597c2e03b1b..5bb3f79f790eb 100644
--- a/pkgs/development/libraries/libzen/default.nix
+++ b/pkgs/development/libraries/libzen/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  version = "0.4.33";
+  version = "0.4.34";
   name = "libzen-${version}";
   src = fetchurl {
     url = "https://mediaarea.net/download/source/libzen/${version}/libzen_${version}.tar.bz2";
-    sha256 = "0py5iagajz6m5zh26svkjyy85k1dmyhi6cdbmc3cb56a4ix1k2d2";
+    sha256 = "02krmhl6dplidz6h251ajpzzdhzzm0hp0lwwv9rgn55xjgh4yxw3";
   };
 
   nativeBuildInputs = [ autoreconfHook ];