emby: 3.0.5971 -> 3.0.5972 (#15925)

This commit is contained in:
Tristan Helmich 2016-06-02 14:45:55 +02:00 committed by Franz Pletz
parent 7055c9f02b
commit f9b9416ce1
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "emby-${version}"; name = "emby-${version}";
version = "3.0.5971"; version = "3.0.5972";
src = fetchurl { src = fetchurl {
url = "https://github.com/MediaBrowser/Emby/archive/${version}.tar.gz"; url = "https://github.com/MediaBrowser/Emby/archive/${version}.tar.gz";
sha256 = "1ahx8y8l7hybkq6wy83cpgnc741q7583lp6h7qnin6x73l2wq2i8"; sha256 = "0dxm7m8q9w9cknp24gp30v7v8a9q8qph6gy2s1vfli38rwcnakix";
}; };
propagatedBuildInputs = with pkgs; [ propagatedBuildInputs = with pkgs; [