about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 22:32:41 -0700
committerNikolay Amiantov <ab@fmap.me>2019-06-18 14:28:44 +0300
commitbd5d97eb63071f36bffe76ba660ca36cdf84f157 (patch)
tree928ce3f99058979da91e07c7ae91b1be1e731d1d
parent7ade44ee67d0c918f7bc3ecb9fb1285a7ee354d8 (diff)
downloadnixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar.gz
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar.bz2
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar.lz
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar.xz
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.tar.zst
nixlib-bd5d97eb63071f36bffe76ba660ca36cdf84f157.zip
libbluray: 1.1.1 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbluray/versions
-rw-r--r--pkgs/development/libraries/libbluray/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libbluray/default.nix b/pkgs/development/libraries/libbluray/default.nix
index a98748d3b52b..b7ca9dda1ea7 100644
--- a/pkgs/development/libraries/libbluray/default.nix
+++ b/pkgs/development/libraries/libbluray/default.nix
@@ -19,11 +19,11 @@ assert withFonts -> freetype != null;
 
 stdenv.mkDerivation rec {
   name = "libbluray-${version}";
-  version  = "1.1.1";
+  version  = "1.1.2";
 
   src = fetchurl {
     url = "http://get.videolan.org/libbluray/${version}/${name}.tar.bz2";
-    sha256 = "0f138xlldzci8wic89i9vpka3mdsn8r78khpnk3wijlbgjhphr0h";
+    sha256 = "0hhbgkm11fw4pwbrklm76aiy54r6d7hk06yhl2fxq05i74i4bpd3";
   };
 
   patches = optional withJava ./BDJ-JARFILE-path.patch;