mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gowitness: 3.0.4 -> 3.0.5
Diff: https://github.com/sensepost/gowitness/compare/refs/tags/3.0.4...3.0.5 Changelog: https://github.com/sensepost/gowitness/releases/tag/3.0.5
This commit is contained in:
parent
df6fd68089
commit
ff1626754e
@ -6,13 +6,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gowitness";
|
||||
version = "3.0.4";
|
||||
version = "3.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sensepost";
|
||||
repo = "gowitness";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ygnYqX8il0nDvF5+jd52CypmHH8iiLMlOZWdoTsR0ig=";
|
||||
hash = "sha256-oEEq4f5G0kOpaj4KORbVhZqW4RPkBXC33PXYUHhoMxo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-2hG+93LzJ+kUVCOXFGk83Asvn7zLWq2BSqrq+eOJhQ0=";
|
||||
|
Loading…
Reference in New Issue
Block a user