Loading pkgs/tools/security/ggshield/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ggshield"; version = "1.37.0"; version = "1.38.0"; pyproject = true; src = fetchFromGitHub { owner = "GitGuardian"; repo = "ggshield"; tag = "v${version}"; hash = "sha256-5Fh0wLsI3syfrk/TE5P08gsmMdZ427agQ2/yilW0Sx8="; hash = "sha256-bdAC7ILCSUhY71TP9ZUl0c2YpSAYfEQP5V8EOCg4z9I="; }; pythonRelaxDeps = true; Loading @@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec { pyyaml requests rich truststore ]; nativeCheckInputs = Loading Loading
pkgs/tools/security/ggshield/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ggshield"; version = "1.37.0"; version = "1.38.0"; pyproject = true; src = fetchFromGitHub { owner = "GitGuardian"; repo = "ggshield"; tag = "v${version}"; hash = "sha256-5Fh0wLsI3syfrk/TE5P08gsmMdZ427agQ2/yilW0Sx8="; hash = "sha256-bdAC7ILCSUhY71TP9ZUl0c2YpSAYfEQP5V8EOCg4z9I="; }; pythonRelaxDeps = true; Loading @@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec { pyyaml requests rich truststore ]; nativeCheckInputs = Loading