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

Commits on Nov 4, 2019

  1. Copy the full SHA
    8db9c3e View commit details
  2. Copy the full SHA
    d7a618a View commit details
Showing with 4 additions and 32 deletions.
  1. +0 −29 pkgs/build-support/nix-prefetch-github/default.nix
  2. +2 −2 pkgs/development/python-modules/nix-prefetch-github/default.nix
  3. +2 −1 pkgs/top-level/all-packages.nix
29 changes: 0 additions & 29 deletions pkgs/build-support/nix-prefetch-github/default.nix

This file was deleted.

Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "2.3.1";
version = "2.3.2";

src = fetchPypi {
inherit pname version;
sha256 = "1jkvmj33xinff0sb47yg33n131yi93pyq86skqc78xd38j6c8q9s";
sha256 = "18xj618zjs13ib7f996fnl0xiqig0w48yns45nvy3xab55wximdx";
};

propagatedBuildInputs = [
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -24549,7 +24549,8 @@ in

nix-prefetch = callPackage ../tools/package-management/nix-prefetch { };

nix-prefetch-github = callPackage ../build-support/nix-prefetch-github {};
nix-prefetch-github = with python3Packages;
toPythonApplication nix-prefetch-github;

inherit (callPackages ../tools/package-management/nix-prefetch-scripts { })
nix-prefetch-bzr