mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
nixpkgs: upgrade plex packages
- plex: 0.9.16.4.1911 -> 1.0.0.2261 - plexpass: 0.9.16.5.1966 -> 1.0.1.2396 Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
f63ead3e5d
commit
bc70da1ce0
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
plexpkg = if enablePlexPass then {
|
plexpkg = if enablePlexPass then {
|
||||||
version = "0.9.16.5.1966";
|
version = "1.0.1.2396";
|
||||||
vsnHash = "81a3bf0";
|
vsnHash = "c094d0d";
|
||||||
sha256 = "1sgdd3r067j9ysfp90wjx6zi01s00wzgzs27l8xdlsbnvjr8zmf8";
|
sha256 = "0bhbpaj88989zn1q590mkcqshcpir87yiac9x1dl0afzpxj09lcz";
|
||||||
} else {
|
} else {
|
||||||
version = "0.9.16.4.1911";
|
version = "1.0.0.2261";
|
||||||
vsnHash = "ee6e505";
|
vsnHash = "a17e99e";
|
||||||
sha256 = "0lq0lcynmc09d0whynb0x2zgd39dp7z7k86ndgm2clay3zbzqpfd";
|
sha256 = "14li33ni6aaa1qwvc02a066k52s1qwhpv55prvlmq3m5jm3iv0lr";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user