ugrep: 3.8.2 -> 3.8.3

This commit is contained in:
Ashish SHUKLA 2022-06-30 07:37:46 +05:30
parent 16de63fcc5
commit e22d80eb77
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0

View File

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