Merge pull request #177245 from wahjava/update-ugrep

ugrep: 3.7.9 -> 3.8.2
This commit is contained in:
Mario Rodas 2022-06-11 21:10:19 -05:00 committed by GitHub
commit 4154e710a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.7.9";
version = "3.8.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZY3pihHU5FLu41vKrM/U06iZZ6D/LSuoyy2gHJJqRFY=";
sha256 = "sha256-Y6Ed1xPguiDPWrZCxcnJOZxvUHlS6fl2jyjaC3AmG68=";
};
buildInputs = [