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

Commits on Jun 9, 2019

  1. grab-site: 2.1.15 -> 2.1.16

    ivan committed Jun 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    55ca8e6 View commit details
  2. Merge pull request #62909 from ivan/grab-site-2.1.16

    grab-site: 2.1.15 -> 2.1.16
    Ma27 authored Jun 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    1e0cd8a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/backup/grab-site/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/backup/grab-site/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, python3Packages, fetchFromGitHub }:

python3Packages.buildPythonApplication rec {
version = "2.1.15";
version = "2.1.16";
name = "grab-site-${version}";

src = fetchFromGitHub {
rev = "${version}";
owner = "ArchiveTeam";
repo = "grab-site";
sha256 = "1h3ajsj1c2wlxji1san97vmjd9d97dv0rh0jw1p77irkcvhzfpj8";
sha256 = "01n3mi9q593sd2bbmbbp5pn2c3pkwj7iqmy02zbh8ciqskraja4z";
};

propagatedBuildInputs = with python3Packages; [