Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plex: 1.20.3.3483 -> 1.20.5.3600 #103917

Merged
merged 2 commits into from Nov 18, 2020
Merged

plex: 1.20.3.3483 -> 1.20.5.3600 #103917

merged 2 commits into from Nov 18, 2020

Conversation

badmutex
Copy link
Contributor

Motivation for this change

New version released.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@bachp bachp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 1.20.5.3600 is out.

@@ -8,13 +8,13 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.20.3.3483-211702a9f";
version = "1.20.4.3517-ab5e1197c";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "1.20.4.3517-ab5e1197c";
version = "1.20.5.3600-47c0d9038";

pname = "plexmediaserver";

# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0b05mxmvjn2sr0aqy8s2c41gz0vlpmwjwx42jpqddk3qzidvwkbd";
sha256 = "0sw33xy7v2vdg8w099813x8gmdkmfa3j9pfwkc8si9gi238l5rpq";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sha256 = "0sw33xy7v2vdg8w099813x8gmdkmfa3j9pfwkc8si9gi238l5rpq";
sha256 = "0vqsmmgqcvvhxiqaw87qz9fdisyf9smp6ab069dz3nq39x7n9na0";

@badmutex badmutex changed the title plex: 1.20.3.3483 -> 1.20.3.3517 plex: 1.20.3.3483 -> 1.20.5.3600 Nov 18, 2020
@badmutex
Copy link
Contributor Author

thanks @bachp!

at this point someone with commit access needs to merge as i don't have those rights.

@LnL7 LnL7 merged commit d0ca6b3 into NixOS:master Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants