summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 20:20:51 -0800
committerobadz <obadz-git@obadz.com>2018-03-04 18:49:03 +0000
commitae6fcf3703d85be690c1c031e7b044477d4a4f2d (patch)
tree0e83a17e125af1d92caddd776540fedf849f3149
parentc8ca339e1daffeebf064f00d916dd1d49baa0e5a (diff)
downloadnixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar.gz
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar.bz2
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar.lz
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar.xz
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.tar.zst
nixpkgs-ae6fcf3703d85be690c1c031e7b044477d4a4f2d.zip
libdvdcss: 1.4.0 -> 1.4.1
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.4.1 with grep in /nix/store/vc0dcpqiashz0c0ihd4n2bj7jhawnpf3-libdvdcss-1.4.1
- found 1.4.1 in filename of file in /nix/store/vc0dcpqiashz0c0ihd4n2bj7jhawnpf3-libdvdcss-1.4.1
-rw-r--r--pkgs/development/libraries/libdvdcss/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libdvdcss/default.nix b/pkgs/development/libraries/libdvdcss/default.nix
index 63978cfd740..66cb5215a8a 100644
--- a/pkgs/development/libraries/libdvdcss/default.nix
+++ b/pkgs/development/libraries/libdvdcss/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "libdvdcss-${version}";
-  version = "1.4.0";
+  version = "1.4.1";
 
   buildInputs = stdenv.lib.optional stdenv.isDarwin IOKit;
 
   src = fetchurl {
     url = "http://get.videolan.org/libdvdcss/${version}/${name}.tar.bz2";
-    sha256 = "0nl45ifc4xcb196snv9d6hinfw614cqpzcqp92dg43c0hickg290";
+    sha256 = "1b7awvyahivglp7qmgx2g5005kc5npv257gw7wxdprjsnx93f1zb";
   };
 
   meta = with stdenv.lib; {