Merge pull request #250926 from wahjava/update-ugrep

ugrep: 4.0.0 -> 4.0.2
This commit is contained in:
Nick Cao 2023-08-23 16:59:06 +08:00 committed by GitHub
commit 638d1b355c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.0.0";
version = "4.0.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-kRpHJl/ouYgvwFMk6uO4XobyT2kTCH9kLfeF70IqMuc=";
hash = "sha256-g+COkAdXc1Z3yrObbeBU1wtu9Tr3mEhxrf6Qmy3JywY=";
};
buildInputs = [