Merge pull request #31635 from NixOS/revert-31632-plex-1.9.7.4441
Revert "plex: 1.9.5 -> 1.9.7"
This commit is contained in:
commit
3d03f5c39d
@ -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.9.7.4441";
|
version = "1.9.5.4339";
|
||||||
vsnHash = "e5eb5d5a1";
|
vsnHash = "46276db8d";
|
||||||
sha256 = "1haqs61vpplikwh4ili355l89a6xjg41xacgx9s8bd5amq8m3bgn";
|
sha256 = "09zc2wfpvan2j9h88x1f57lpfiqvml2m5m2azhphi4hb31sd3hch";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user