mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
plex: 1.14.0.5470 -> 1.14.1.5488
This commit is contained in:
parent
3376dbda24
commit
19a297c099
@ -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.14.0.5470";
|
version = "1.14.1.5488";
|
||||||
vsnHash = "9d51fdfaa";
|
vsnHash = "cc260c476";
|
||||||
sha256 = "cf547d286c731e98b19b70954f2777653fe77c30c329faab260c460374984010";
|
sha256 = "8ee806f35ccedcecd0cab028bbe1f7e2ac7de24292b715978d3165c4712f5c40";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user