Merge pull request #156898 from r-ryantm/auto-update/vgrep

authored by

Sandro and committed by
GitHub
5a673e35 27cccd4e

+2 -2
+2 -2
pkgs/tools/text/vgrep/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "vgrep"; 5 - version = "2.5.5"; 5 + version = "2.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vrothberg"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-pWRc1EjL09zFT/8HLrosuCJ5qTDj2VaizoI/Eu8jsgM="; 11 + sha256 = "sha256-RLyEOvNhb1oXPYYxVZKc+xN2uCgUaWMxh8dPEOUfAFA="; 12 12 }; 13 13 14 14 vendorSha256 = null;