ugrep: 3.7.6 -> 3.7.7

This commit is contained in:
R. Ryantm 2022-04-06 23:30:32 +00:00
parent d29bef5cc1
commit f4e667594f

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.7.6";
version = "3.7.7";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fOp+nf/xZKOw8CDI1RSl/DQH52ay/M/aeSMf6MdfKmQ=";
sha256 = "sha256-FucHivUd9WVQlTsBJbnSd2Q6WQpoFjm6dS0eb6z8SSs=";
};
buildInputs = [