Merge pull request #328814 from r-ryantm/auto-update/ugrep

ugrep: 6.0.0 -> 6.2.0
This commit is contained in:
Maximilian Bosch 2024-07-23 11:39:55 +00:00 committed by GitHub
commit aa2e0dffb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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