mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
ggshield: 1.22.0 -> 1.23.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.22.0...v1.23.0 Changelog: https://github.com/GitGuardian/ggshield/blob/1.23.0/CHANGELOG.md
This commit is contained in:
parent
15dfa0a68b
commit
5ca48c40fb
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ggshield";
|
pname = "ggshield";
|
||||||
version = "1.22.0";
|
version = "1.23.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GitGuardian";
|
owner = "GitGuardian";
|
||||||
repo = "ggshield";
|
repo = "ggshield";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-AxFztqD43KqX0r8tZz4ltjUh2x42kdPqi+b/OunpPF4=";
|
hash = "sha256-c2EXgUs+6GA5zHHF7Cx21LIsZ+jbmQFFUwLft2q5M30=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user