Merge pull request #150829 from fabaff/bump-log4shell-detector
log4shell-detector: unstable-2021-12-14 -> unstable-2021-12-15
This commit is contained in:
commit
5acd2d8de9
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "log4shell-detector";
|
pname = "log4shell-detector";
|
||||||
version = "unstable-2021-12-14";
|
version = "unstable-2021-12-15";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Neo23x0";
|
owner = "Neo23x0";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "7bc368f376b8d95282193eac6ea3970c363577d5";
|
rev = "66d974af40049c0cab7b0d7f988e5d705031f3af";
|
||||||
sha256 = "sha256-MLKd2moMLwAZXqZ5I/pIYzV0PqVwSpze3gNM0IioI1E=";
|
sha256 = "sha256-wKNJWbnDPY3+k7RwEjJws1h4nIqL22Dr2m88CbJZ/rg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [
|
checkInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue