Skip to content

Commit

Permalink
katana: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 28, 2024
1 parent 18f3e22 commit 0ce6177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/katana/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "katana";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "katana";
rev = "refs/tags/v${version}";
hash = "sha256-upqsQQlrDRRcLMAe7nI86Sc2y3hNpELEeM5Im4XfLl8=";
hash = "sha256-iE2dqm5ZNAULpEou/OuZ9yKS8xAzBZTkqwnwaoiREpo=";
};

vendorHash = "sha256-OehyKcO8AwQ8D+KeMg9T/0/T9wSuzdkVVfbginlQJro=";
vendorHash = "sha256-scg8EFKP98vGQPwc3ytGZPYu8D4Re7b/BlvlBCJuSPQ=";

subPackages = [
"cmd/katana"
Expand Down

0 comments on commit 0ce6177

Please sign in to comment.