ugrep: 3.9.3 -> 3.9.4

This commit is contained in:
Ashish SHUKLA 2023-01-05 19:32:01 +05:30
parent 9813adc7f7
commit 26f53e140e
No known key found for this signature in database

View file

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