ugrep: 4.3.6 -> 4.4.1

This commit is contained in:
Mikael Fangel 2023-12-21 00:36:43 +01:00
parent d2d95997aa
commit 0b338a0b5a
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

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