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: e0e39a63f44d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f349be5b2e3f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 8, 2018

  1. you-get: 0.4.1148 -> 0.4.1167

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/you-get/versions
    r-ryantm committed Nov 8, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    b4ldr John Bond
    Copy the full SHA
    ccfd36a View commit details

Commits on Nov 9, 2018

  1. Merge pull request #49917 from r-ryantm/auto-update/you-get

    you-get: 0.4.1148 -> 0.4.1167
    c0bw3b authored Nov 9, 2018
    Copy the full SHA
    f349be5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/you-get/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/you-get/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildPythonApplication rec {
pname = "you-get";
version = "0.4.1148";
version = "0.4.1167";

# Tests aren't packaged, but they all hit the real network so
# probably aren't suitable for a build environment anyway.
doCheck = false;

src = fetchPypi {
inherit pname version;
sha256 = "1ypgqaxf5qn5b3c2n4hcsiixyvvpvmpx5gny523cd5igb7h0yja5";
sha256 = "0lvddm62c0pwx4cksbwh2n0xzz80p26lz1xsvb4z40h7hlwaf41w";
};

meta = with stdenv.lib; {