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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/i4gn7k4m1sbv3alf0wp68i1viibk2ax4-plexmediaserver-updater.drv /nix/store/xzncxx522zvhvcry9g5wpjkb5cxf3j95-packages.json.drv building '/nix/store/i4gn7k4m1sbv3alf0wp68i1viibk2ax4-plexmediaserver-updater.drv'... building '/nix/store/xzncxx522zvhvcry9g5wpjkb5cxf3j95-packages.json.drv'... Going to be running update for following packages: - plexmediaserver-1.31.1.6733-bc0674160 Press Enter key to continue... Running update for: - plexmediaserver-1.31.1.6733-bc0674160: UPDATING ... - plexmediaserver-1.31.1.6733-bc0674160: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/plex/raw.nix b/pkgs/servers/plex/raw.nix index 5a0368d36f7..b1afed46ec8 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.31.1.6733-bc0674160"; + version = "1.31.1.6782-77dfff442"; 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 = "0nj9n250lhin58xlqvn2l0pjxdbajj0bla2wrgan8gs2m45nk3q9"; + sha256 = "1ssnqkyghjpc81jmh67j5bwqqbvjb9aaan9j1yp2rj89fgg9br2c"; } else fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; - sha256 = "0a5h151gh1ja3frqzaqw3pj1kyh5p0wgnfmmxiz0q3zx1drjs611"; + sha256 = "0mnqbh5cfpvbhq2s0jg207cy45dm6dkz3d88qgwsi8spwfaj84p7"; }; outputs = [ "out" "basedb" ]; No auto update branch exists Successfully finished processing cachix "/nix/store/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 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 (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.31.1.6782-77dfff442 with grep in /nix/store/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442 - found 1.31.1.6782-77dfff442 in filename of file in /nix/store/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442 ---
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/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442 \ --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/5b6722f20ecb9e1c7ed76018c9736a6d114ba035.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442 ls -la /nix/store/9nl0rfmfbh2kpy6plxy6ax7adjc8kc17-plexmediaserver-1.31.1.6782-77dfff442/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @badmutex @Forkk @LnL7 @pjones @thoughtpolice @maxeaubrey @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/220350