ugrep: 4.3.3 -> 4.3.4

This commit is contained in:
Mikael Fangel 2023-11-24 21:16:48 +01:00
parent 33576fdfce
commit b7f2ff8e68
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.3";
version = "4.3.4";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
hash = "sha256-rA6qgjzlR7a7bf5v2q1vMx1QXcKgnK5wK1Ix9CfbPro=";
};
buildInputs = [