ugrep: 6.0.0 -> 6.2.0

This commit is contained in:
R. Ryantm 2024-07-21 03:18:29 +00:00
parent a0442abd68
commit 2643b3a09e

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "6.0.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-jZWmWZ4ZkmtdEI7BJ4cg1PBAuue8sjA7aiGotv2WmB4=";
hash = "sha256-ItPmcKNvjk6U0u80W9+VvGIPgHJnOkWAIebjHLz5bMg=";
};
buildInputs = [