ugrep: 4.0.4 -> 4.0.5

This commit is contained in:
Ashish SHUKLA 2023-08-28 12:18:35 +02:00
parent cddebdb60d
commit 26a8c64857
No known key found for this signature in database

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