plexRaw 0 -> 1 attrpath: plexRaw Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/7dr1d1icxkv72c1lr8ziksr86bd1b6sl-plexmediaserver-updater.drv /nix/store/2v44qxb8fb4iwk0c2yglh585gmy1ix1c-packages.json.drv building '/nix/store/7dr1d1icxkv72c1lr8ziksr86bd1b6sl-plexmediaserver-updater.drv'... building '/nix/store/2v44qxb8fb4iwk0c2yglh585gmy1ix1c-packages.json.drv'... Going to be running update for following packages: - plexmediaserver-1.40.0.7998-c29d4c0c8 Press Enter key to continue... Running update for: - plexmediaserver-1.40.0.7998-c29d4c0c8: UPDATING ... - plexmediaserver-1.40.0.7998-c29d4c0c8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/plex/raw.nix b/pkgs/servers/plex/raw.nix index c6751136dd62..5b5af73e1805 100644 --- a/pkgs/servers/plex/raw.nix +++ b/pkgs/servers/plex/raw.nix @@ -12,16 +12,16 @@ # server, and the FHS userenv and corresponding NixOS module should # automatically pick up the changes. stdenv.mkDerivation rec { - version = "1.40.0.7998-c29d4c0c8"; + version = "1.40.1.8227-c0dd5a73e"; pname = "plexmediaserver"; # Fetch the source src = 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-uVsOI6sItfq7wLP+xPOYSC9ueOv/lcDeL+vnrx1WdRA="; + sha256 = "16gc8fwb29x3l9s263xs9c7nb0i1rzgaps2wlx0cil8bs2a9izz8"; } else fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; - sha256 = "sha256-ucxDtnGpfTpQURaGvLwohHeIZPE3aulXtoITRZCYA9c="; + sha256 = "03sx5fvwy2njpfh7k4xvkqscrxnafdvzh42g4hsn2hqxp0bqkl51"; }; outputs = [ "out" "basedb" ]; No auto update branch exists Successfully finished processing cachix "/nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for plexRaw is: Media library streaming server meta.homepage for plexRaw is: https://plex.tv/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.40.1.8227-c0dd5a73e with grep in /nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e - found 1.40.1.8227-c0dd5a73e in filename of file in /nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath plex plexRaw ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A plexRaw https://github.com/r-ryantm/nixpkgs/archive/122f35b01970e8c4a24cede8dacce0d488173c1d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/122f35b01970e8c4a24cede8dacce0d488173c1d#plexRaw ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e ls -la /nix/store/pxvhfk1lb0h993ycfl3fij22havz8xy5-plexmediaserver-1.40.1.8227-c0dd5a73e/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
--- ###### Maintainer pings cc @badmutex @Forkk @LnL7 @pjones @thoughtpolice @amaxine @MayNiklas for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/296372