Merge pull request #211280 from wahjava/update-ugrep

ugrep: 3.9.4 -> 3.9.5
This commit is contained in:
Nick Cao 2023-01-18 09:03:00 +08:00 committed by GitHub
commit 412ad91b9c
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.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 = [