Merge pull request #275741 from MikaelFangel/update-ugrep

ugrep: 4.3.6 -> 4.4.1
This commit is contained in:
Fabián Heredia Montiel 2023-12-22 01:01:26 +00:00 committed by GitHub
commit 5a197ce0ec
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.3.6";
version = "4.4.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-eCOSUtSPIRaoc7pIyQAftcwG3P8321qk6GPbeDNNevI=";
hash = "sha256-Bbt20XE+PNIxl2qDzxpIh4yjU93JgXF4gn1kb4bvdBw=";
};
buildInputs = [