Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 921a4ec9c173
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dd85bfb6080
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 25, 2020

  1. flexget: 3.1.30 -> 3.1.56

    r-ryantm committed May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    3e7543a View commit details
  2. flexget: 3.1.56 -> 3.1.57

    marsam committed May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    958ab0a View commit details
  3. Merge pull request #88879 from r-ryantm/auto-update/FlexGet

    flexget: 3.1.30 -> 3.1.56
    marsam authored May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    5dd85bf View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/flexget/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/flexget/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.30";
version = "3.1.57";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "453992c6bf8a7b0f83abeddd0e8f989dc10fd59e407e3803b886072cff2576a7";
sha256 = "661663726f75b12ba2e67db1276a9abf586b41db1ff313488ca35a439ec5d721";
};

postPatch = ''