Merge pull request #144487 from r-ryantm/auto-update/nosqli

nosqli: 0.5.2 -> 0.5.4

authored by

Fabian Affolter and committed by
GitHub
d7215a7c 57b70fe0

+3 -3
+3 -3
pkgs/tools/security/nosqli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "nosqli"; 8 - version = "0.5.2"; 8 + version = "0.5.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "Charlie-belmer"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "006z76v4a3pxzgnkj5nl0mrlsqmfgvg51w20dl118k2xa70zz63j"; 14 + sha256 = "sha256-CgD9b5eHDK/8QhQmrqT09Jf9snn9WItNMtTNbJFT2sI="; 15 15 }; 16 16 17 - vendorSha256 = "01spdh2gbzp6yg2jbiwfnyhqb5s605hyfxhs0f9h4ps4qbi1h9cv"; 17 + vendorSha256 = "sha256-QnrzEei4Pt4C0vCJu4YN28lWWAqEikmNLrqshd3knx4="; 18 18 19 19 meta = with lib; { 20 20 description = "NoSql Injection tool for finding vulnerable websites using MongoDB";