ugrep: 3.7.1 -> 3.7.6

This commit is contained in:
Sebastian Sellmeier 2022-03-22 20:01:10 +01:00
parent 9bc841fec1
commit dd9d0d51bc
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

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