ugrep: 4.0.2 -> 4.0.3

This commit is contained in:
Ashish SHUKLA 2023-08-25 13:06:48 +02:00
parent 9201b5ff35
commit 2271632642
No known key found for this signature in database

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 = [