Commit 31180a92 authored by Ryan Horiguchi's avatar Ryan Horiguchi Committed by Pascal Bach
Browse files

plexRaw: 1.41.5.9522-a96edc606 -> 1.41.6.9685-d301f511a

parent e2d92e73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
  version = "1.41.5.9522-a96edc606";
  version = "1.41.6.9685-d301f511a";
  pname = "plexmediaserver";

  # Fetch the source
@@ -22,12 +22,12 @@ stdenv.mkDerivation rec {
    if stdenv.hostPlatform.system == "aarch64-linux" then
      fetchurl {
        url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
        sha256 = "sha256-ugN1y3V1HE/IBhnvzlOYIL/5LyEa33IRPuj6903vPaA=";
        sha256 = "sha256-w0xngKbrUVZXA9Hc6/Doq365Kt/sbZmmcHR/sWujVzw=";
      }
    else
      fetchurl {
        url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
        sha256 = "sha256-3bGmsa2OLBt587YnZDNpSjWHdQ1ubwSNocLPW6A6kQU=";
        sha256 = "sha256-4ZbSGQGdkXCCZZ00w0/BwRHju4DJUQQBGid0gBFK0Ck=";
      };

  outputs = [