Unverified Commit 4c7ef51b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

urlscan: 1.0.7 -> 1.0.8 (#485423)

parents 930909ce 2c4e7ca1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "urlscan";
  version = "1.0.7";
  version = "1.0.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "firecat53";
    repo = "urlscan";
    tag = version;
    hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE=";
    hash = "sha256-7Sq+5dWbrPofRP54xr/UTfjAxJ7EVXQyGz3zzHLZd2Y=";
  };

  build-system = with python3.pkgs; [