Unverified Commit fa1b6774 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ggshield: 1.32.2 -> 1.33.0 (#354912)

parents 918a840f bb00b359
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ggshield";
  version = "1.32.2";
  version = "1.33.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "GitGuardian";
    repo = "ggshield";
    rev = "refs/tags/v${version}";
    hash = "sha256-8Nrmfbu1ChuJU4lSbaqIxNagkTJoKTeooUWnMKtIVx0=";
    hash = "sha256-qvvCBJ56wC56p6tOCb5hh+J7Y/Hec/YgDKNmDbbWNig=";
  };

  pythonRelaxDeps = true;