Merge pull request #251348 from wahjava/update-ugrep

ugrep: 4.0.2 -> 4.0.3
This commit is contained in:
Matthias Beyer 2023-08-25 14:46:41 +02:00 committed by GitHub
commit 2dd6ac67fe
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.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-g+COkAdXc1Z3yrObbeBU1wtu9Tr3mEhxrf6Qmy3JywY=";
hash = "sha256-t0M0b4q/25gEY3+LhGEgkKJAK1d6kni6uH0VW+yQco0=";
};
buildInputs = [