Merge pull request #289468 from r-ryantm/auto-update/ugrep

ugrep: 4.5.2 -> 5.0.0
This commit is contained in:
Nick Cao 2024-02-17 10:00:50 -05:00 committed by GitHub
commit c45f44672b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.5.2";
version = "5.0.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-aQJU4SuGJy+TyxBgaHimxc0HtW9ZJIB2b6jxcGIoqo4=";
hash = "sha256-VAfnj/2EdkDpcS30DveUUYLSNj07sy+gvKxyGkg2mvA=";
};
buildInputs = [