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

ugrep: 4.4.1 -> 4.5.0
This commit is contained in:
Maximilian Bosch 2024-01-06 15:40:52 +01:00 committed by GitHub
commit 5166979e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.4.1";
version = "4.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-Bbt20XE+PNIxl2qDzxpIh4yjU93JgXF4gn1kb4bvdBw=";
hash = "sha256-AKK0prznNVwjAR5wVKGWVFr3rWXm1pqmdmXaE0keIeg=";
};
buildInputs = [