summary refs log tree commit diff
path: root/pkgs/tools/security/git-hound
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 12:44:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 12:44:02 +0000
commit37470b014dc4127721c2b99ff91668482543f770 (patch)
tree204da51bb315c71cc4959be43962412d653014f0 /pkgs/tools/security/git-hound
parent2d9b7cb5f0a41da95fccc120acf730fd20d8598d (diff)
git-hound: 1.3 -> 1.4
Diffstat (limited to 'pkgs/tools/security/git-hound')
-rw-r--r--pkgs/tools/security/git-hound/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/git-hound/default.nix b/pkgs/tools/security/git-hound/default.nix
index 56fa2ce476364..2d13b11d302d6 100644
--- a/pkgs/tools/security/git-hound/default.nix
+++ b/pkgs/tools/security/git-hound/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "git-hound";
-  version = "1.3";
+  version = "1.4";
 
   src = fetchFromGitHub {
     owner = "tillson";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1l2bif7qpc1yl93ih01g9jci7ba47rsnpq9js88rz216q93dzmsf";
+    sha256 = "sha256-HD5OK8HjnLDbyC/TmVI2HfBRIUCyyHTbA3JvKoeXV5E=";
   };
 
-  vendorSha256 = "055hpfjbqng513c9rscb8jhnlxj7p82sr8cbsvwnzk569n71qwma";
+  vendorSha256 = "sha256-qnIcjk2mzG/51ouhrAW6R3ZqoUSL6ZzYCOVZvKS7sBQ=";
 
   meta = with lib; {
     description = "Reconnaissance tool for GitHub code search";