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

ugrep: 5.1.1 -> 5.1.3
This commit is contained in:
Matthias Beyer 2024-04-09 09:11:41 +02:00 committed by GitHub
commit eec95c068b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "5.1.1";
version = "5.1.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-ZMBu8hewPuwpm64Oe6JselynEv04JTR/OTbpbmkfe3Y=";
hash = "sha256-ap0akp787pr1gRGFTGQ6ZPwkABgloqQ05XnmM7filGs=";
};
buildInputs = [