Merge pull request #251941 from wahjava/update-ugrep

ugrep: 4.0.4 -> 4.0.5
This commit is contained in:
Mario Rodas 2023-08-28 08:12:16 -05:00 committed by GitHub
commit e9315ce137
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.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-VkONia3xhhgCcq+dh5lNYoj3C8abDYNG7JfoBXomMUw=";
hash = "sha256-7cE8kbj8ChvHOPb1F7Fj9talg82nXpXRPt4oBSGSWZw=";
};
buildInputs = [