ugrep: 3.9.4 -> 3.9.5

This commit is contained in:
Ashish SHUKLA 2023-01-18 01:45:11 +05:30
parent 6dccdc4585
commit f8f4969828
No known key found for this signature in database

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.9.4";
version = "3.9.5";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-uAu2116gUYeO6vtwa3/4VzqDL0ROJxnrdxDLFoMlFow=";
hash = "sha256-vaoEfNhkvbcZwjSMRwmWo42jPg6+7mrZx+jIesQnmL0=";
};
buildInputs = [