summary refs log tree commit diff
path: root/pkgs/development/libraries/xine-lib
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-21 07:45:50 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 01:43:37 -0500
commit5dbaf1f018990e565b5d09c4188e16bce7f73f3a (patch)
tree641c17ca58ec176994e2941b3729fa3c2435c8c8 /pkgs/development/libraries/xine-lib
parentcbb81720fc6eb50ecdde0f66b27becd8d1a392ae (diff)
downloadnixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar.gz
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar.bz2
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar.lz
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar.xz
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.tar.zst
nixpkgs-5dbaf1f018990e565b5d09c4188e16bce7f73f3a.zip
xineLib: 1.2.6 -> 1.2.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 -h` got 0 exit code
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 --help` got 0 exit code
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 help` got 0 exit code
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 -v` and found version 1.2.9
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 --version` and found version 1.2.9
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 -h` and found version 1.2.9
- ran `/nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9/bin/xine-list-1.2 --help` and found version 1.2.9
- found 1.2.9 with grep in /nix/store/hnckr7rw59jim490swa9xq3nbn98c411-xine-lib-1.2.9
- directory tree listing: https://gist.github.com/0b66f70c336b62519465be16269e2cce
Diffstat (limited to 'pkgs/development/libraries/xine-lib')
-rw-r--r--pkgs/development/libraries/xine-lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xine-lib/default.nix b/pkgs/development/libraries/xine-lib/default.nix
index 9bb9f7986e6..274a70057bd 100644
--- a/pkgs/development/libraries/xine-lib/default.nix
+++ b/pkgs/development/libraries/xine-lib/default.nix
@@ -5,11 +5,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "xine-lib-1.2.6";
+  name = "xine-lib-1.2.9";
 
   src = fetchurl {
     url = "mirror://sourceforge/xine/${name}.tar.xz";
-    sha256 = "01d0nv4zhr4k8id5n4rmw13llrjsv9dhwg1a773c1iqpi1ris15x";
+    sha256 = "13clir4qxl2zvsvvjd9yv3yrdhsnvcn5s7ambbbn5dzy9604xcrj";
   };
 
   nativeBuildInputs = [ pkgconfig perl ];