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

Commits on Feb 28, 2019

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    b0e63ad View commit details

Commits on Mar 1, 2019

  1. Merge pull request #56542 from seppeljordan/bump-nix-prefetch-github-…

    …version
    
    nix-prefetch-github: 2.1 -> 2.2
    ryantm authored Mar 1, 2019
    Copy the full SHA
    934b2a8 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.1";
version = "2.2";

src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "1v4w7xs8wxgl36vb2cnyj219mqvximkvvw46h4fp25vi2g3f9h8d";
sha256 = "1m1d1fzacvwprfvhxih1hzr1m0y1jjxiznf8p8b3bi5a41yzvrrl";
};

propagatedBuildInputs = with python3.pkgs; [