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

ugrep: 5.0.0 -> 5.1.0
This commit is contained in:
Weijia Wang 2024-03-08 11:49:19 +01:00 committed by GitHub
commit cf95b107bb
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 = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-VAfnj/2EdkDpcS30DveUUYLSNj07sy+gvKxyGkg2mvA=";
hash = "sha256-B3O7suGepcTUdigtumMLXGZVBVX5qUH0TVdqTY3fCXE=";
};
buildInputs = [