mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
plex: 1.15.2.793 -> 1.15.3.876
This commit is contained in:
parent
780c2de274
commit
a753c57ca8
@ -6,9 +6,9 @@
|
|||||||
let
|
let
|
||||||
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
plexPass = throw "Plex pass has been removed at upstream's request; please unset nixpkgs.config.plex.pass";
|
||||||
plexpkg = if enablePlexPass then plexPass else {
|
plexpkg = if enablePlexPass then plexPass else {
|
||||||
version = "1.15.2.793";
|
version = "1.15.3.876";
|
||||||
vsnHash = "782228f99";
|
vsnHash = "ad6e39743";
|
||||||
sha256 = "0yxxyczcgbk79bhnbbqpsj6vg1hi2pbf88r29dmskr664a5s0sk7";
|
sha256 = "01g7wccm01kg3nhf3qrmwcn20nkpv0bqz6zqv2gq5v03ps58h6g5";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user