mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
plex: 0.9.14.6.1620-e0b7243 -> 0.9.15.2.1663-7efd046
This commit is contained in:
parent
77f8f35d57
commit
3701e7b74e
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "plex-${version}";
|
||||
version = "0.9.14.6.1620";
|
||||
vsnHash = "e0b7243";
|
||||
version = "0.9.15.2.1663";
|
||||
vsnHash = "7efd046";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server/${version}-${vsnHash}/plexmediaserver-${version}-${vsnHash}.x86_64.rpm";
|
||||
sha256 = "0br82yxnvjapvsrb0mbfd12mx7qqi9zh623jnivsjk2gxbfd3ki1";
|
||||
sha256 = "f06225807c6284914bca1cfaec4490d594c53a2c794d916b321658388d40f9cf";
|
||||
};
|
||||
|
||||
buildInputs = [ rpmextract glibc ];
|
||||
|
|
Loading…
Reference in a new issue