Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0c7949780b8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1acb5ce6d84
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 28, 2018

  1. jackett: 0.10.434 -> 0.10.446

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/jackett/versions
    
    (cherry picked from commit 91796d1)
    r-ryantm authored and nyanloutre committed Nov 28, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    db73ad3 View commit details
  2. jackett: 0.10.446 -> 0.10.471

    (cherry picked from commit 6c06017)
    nyanloutre committed Nov 28, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    fd41dd5 View commit details

Commits on Nov 29, 2018

  1. Merge pull request #51169 from nyanloutre/jackett-update-18.09

    [18.09] jackett: 0.10.434 -> 0.10.471
    c0bw3b authored Nov 29, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    c1acb5c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/jackett/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/jackett/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.10.434";
version = "0.10.471";

src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "1vnkppmv7mw2p9bjcfmfxg66g02dq0020ad4z07gbp4dvixpzsnm";
sha256 = "0la05akvpvfg9jdgfd39wnc87zi7axzx7499w9m3py7qqqyvgyin";
};

buildInputs = [ makeWrapper ];