3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #279708 from fabaff/responder-bump

responder: 3.1.3.0 -> 3.1.4.0
This commit is contained in:
Fabian Affolter 2024-01-09 09:21:16 +01:00 committed by GitHub
commit 03a71a8f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "responder";
version = "3.1.3.0";
version = "3.1.4.0";
format = "other";
src = fetchFromGitHub {
owner = "lgandx";
repo = "Responder";
rev = "refs/tags/v${version}";
hash = "sha256-ZnWUkV+9fn08Ze4468wSUtldABrmn+88N2Axc+Mip2A=";
hash = "sha256-BVSA/ZhpGz6UGyDRJUc4nlRJZ1/Y7er1vVOI+IbIqGk=";
};
nativeBuildInputs = [