Merge pull request #269708 from MikaelFangel/update-ugrep

ugrep: 4.3.3 -> 4.3.4
This commit is contained in:
Mario Rodas 2023-11-24 18:15:11 -05:00 committed by GitHub
commit d402993b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.3.3";
version = "4.3.4";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
hash = "sha256-rA6qgjzlR7a7bf5v2q1vMx1QXcKgnK5wK1Ix9CfbPro=";
};
buildInputs = [