Unverified Commit 3d56604c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #251784 from aaronjheng/chopchop

chopchop: use sri hash
parents 1d259723 b5e8997e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@ buildGoModule rec {
    owner = "michelin";
    repo = "ChopChop";
    rev = "v${version}";
    sha256 = "qSBQdcS6d0tctSHRbkY4T7s6Zj7xI2abaPUvNKh1M2E=";
    hash = "sha256-qSBQdcS6d0tctSHRbkY4T7s6Zj7xI2abaPUvNKh1M2E=";
  };

  vendorSha256 = "UxWARWOFp8AYKEdiJwRZNwFrphgMTJSZjnvktTNOsgU=";
  vendorHash = "sha256-UxWARWOFp8AYKEdiJwRZNwFrphgMTJSZjnvktTNOsgU=";

  meta = with lib; {
    description = "CLI to search for sensitive services/files/folders";