forked from mirrors/nixpkgs
emby: 3.0.6060 -> 3.0.6070
This commit is contained in:
parent
392fb9d092
commit
8bfc760e8b
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "emby-${version}";
|
name = "emby-${version}";
|
||||||
version = "3.0.6060";
|
version = "3.0.6070";
|
||||||
|
|
||||||
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 = "1s895198x3kiqfznhp56vj67wld9fgh2wd7k8hw69mrasby0kmp3";
|
sha256 = "1szxqyr1pj90dfz9ga8ddcipzidm3ajinyp1vngzvwqcsdb7dxc5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue