Unverified Commit 7a8522aa authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

Merge pull request #185522 from ivan/grab-site-2.2.7

grab-site: 2.2.2 -> 2.2.7
parents 0c42cbe8 31513846
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
  pname = "grab-site";
  version = "2.2.2";
  version = "2.2.7";

  src = fetchFromGitHub {
    rev = version;
    owner = "ArchiveTeam";
    repo = "grab-site";
    sha256 = "0af53g703kqpxa6bn72mb2l5l0qrjknq5wqwl4wryyscdp4xabx4";
    sha256 = "sha256-tf8GyFjya3+TVc2VjlY6ztfjCJgof6tg4an18pz+Ig8=";
  };

  postPatch = ''