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: 84586a4514dc
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: b05a45353dd2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 4, 2019

  1. Copy the full SHA
    240f189 View commit details
  2. Merge pull request #74960 from mtetreault/mte/nix-prefetch-github

    nix-prefetch-github: v.2.3.1 -> v2.3.2
    Ma27 authored Dec 4, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b05a453 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/build-support/nix-prefetch-github/default.nix
4 changes: 2 additions & 2 deletions pkgs/build-support/nix-prefetch-github/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "nix-prefetch-github";
version = "2.3.1";
version = "2.3.2";

src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "13wvq13iiva97a16kahfpxar5ppb015nnbn7d4v9s9jyxdickc2c";
sha256 = "08vlwg9xcmqri0yxl79il1h2fzqflsbkkkwb4r7pipjn660b4nn5";
};

propagatedBuildInputs = with python3.pkgs; [