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: ed83f5c574ad
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: 171aa0d90bcf
Choose a head ref
  • 6 commits
  • 1 file changed
  • 4 contributors

Commits on May 3, 2018

  1. youtube-dl: 2018.03.03 -> 2018.03.10

    Fixes #36843
    
    (cherry picked from commit 86f9623)
    pjan vandaele authored and fpletz committed May 3, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Moredread André-Patrick Bubel
    Copy the full SHA
    88c8cb0 View commit details
  2. youtube-dl: 2018.03.10 -> 2018.03.14

    (cherry picked from commit 95f1754)
    magnetophon authored and fpletz committed May 3, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Moredread André-Patrick Bubel
    Copy the full SHA
    6c9bfc1 View commit details
  3. python27Packages.youtube-dl: 2018.03.14 -> 2018.03.26.1

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/youtube-dl/versions.
    
    These checks were done:
    
    - built on NixOS
    - ran `/nix/store/xh1vx2vp7syc711vijy1qs452xxkmk1n-youtube-dl-2018.03.26.1/bin/.youtube-dl-wrapped -h` got 0 exit code
    - ran `/nix/store/xh1vx2vp7syc711vijy1qs452xxkmk1n-youtube-dl-2018.03.26.1/bin/.youtube-dl-wrapped --help` got 0 exit code
    - ran `/nix/store/xh1vx2vp7syc711vijy1qs452xxkmk1n-youtube-dl-2018.03.26.1/bin/youtube-dl -h` got 0 exit code
    - ran `/nix/store/xh1vx2vp7syc711vijy1qs452xxkmk1n-youtube-dl-2018.03.26.1/bin/youtube-dl --help` got 0 exit code
    - found 2018.03.26.1 with grep in /nix/store/xh1vx2vp7syc711vijy1qs452xxkmk1n-youtube-dl-2018.03.26.1
    - directory tree listing: https://gist.github.com/0697ddb269c38c62a33bd198ac505324
    
    (cherry picked from commit ba580b8)
    R. RyanTM authored and fpletz committed May 3, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Moredread André-Patrick Bubel
    Copy the full SHA
    30c3cdb View commit details
  4. python27Packages.youtube-dl: 2018.03.26.1 -> 2018.04.16

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/youtube-dl/versions.
    
    These checks were done:
    
    - built on NixOS
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/.youtube-dl-wrapped -h’ got 0 exit code
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/.youtube-dl-wrapped --help’ got 0 exit code
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/.youtube-dl-wrapped --version’ and found version 2018.04.16
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/youtube-dl -h’ got 0 exit code
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/youtube-dl --help’ got 0 exit code
    - ran ‘/nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16/bin/youtube-dl --version’ and found version 2018.04.16
    - found 2018.04.16 with grep in /nix/store/3dkc0vhb4v2fyagm0p33r54f6j89sjb0-youtube-dl-2018.04.16
    - directory tree listing: https://gist.github.com/359ce5add8ebf04a1dfe79aecb499137
    
    (cherry picked from commit 65d5a82)
    R. RyanTM authored and fpletz committed May 3, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    stigtsp Stig
    Copy the full SHA
    1728f8e View commit details
  5. youtubeDL: 2018.04.16 -> 2018.04.25

    (cherry picked from commit c208823)
    fpletz committed May 3, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    minijackson Rémi NICOLE
    Copy the full SHA
    2779bd9 View commit details
  6. youtubeDL: 2018.04.25 -> 2018.05.01

    (cherry picked from commit 4d6a14e)
    fpletz committed May 3, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    171aa0d View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/misc/youtube-dl/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@
with stdenv.lib;
buildPythonApplication rec {

name = "youtube-dl-${version}";
version = "2018.03.03";
pname = "youtube-dl";
version = "2018.05.01";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1x0m5whrcs7589z8rildgy0zmxfvzbnx89pag7013qvfrpb63858";
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1mpyqdyjip5a6nn8lj1kaaab4pj75js6i8qzgap8bmn0k46awb1n";
};

nativeBuildInputs = [ makeWrapper ];