summary refs log tree commit diff
diff options
context:
space:
mode:
authorWout Mertens <Wout.Mertens@gmail.com>2018-03-23 17:41:19 +0100
committerGitHub <noreply@github.com>2018-03-23 17:41:19 +0100
commit9846fbf06b5224685285d75c7264243ddcf7ad18 (patch)
tree69c8c36ea5f80bf5f50cb7bb575abc7ac6758429
parentdf141c291b5ad061d61105199b756bfbf2392511 (diff)
downloadnixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar.gz
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar.bz2
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar.lz
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar.xz
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.tar.zst
nixlib-9846fbf06b5224685285d75c7264243ddcf7ad18.zip
libdvdnav: 5.0.3 -> 6.0.0
Semi-automatic update generated by ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.5t3QSH6Esb /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.0.0 with grep in /nix/store/9hclm5126babak424wlc0bflzp5w8wxg-libdvdnav-6.0.0
- directory tree listing: gist.github.com/ac1677320d622ed0b03422144cbbc5e4
-rw-r--r--pkgs/development/libraries/libdvdnav/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libdvdnav/default.nix b/pkgs/development/libraries/libdvdnav/default.nix
index a26b927a883a..42321b2f866a 100644
--- a/pkgs/development/libraries/libdvdnav/default.nix
+++ b/pkgs/development/libraries/libdvdnav/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libdvdnav-${version}";
-  version = "5.0.3";
+  version = "6.0.0";
 
   src = fetchurl {
     url = "http://get.videolan.org/libdvdnav/${version}/${name}.tar.bz2";
-    sha256 = "5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d";
+    sha256 = "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph";
   };
 
   nativeBuildInputs = [ pkgconfig ];