ugrep: 3.12.3 -> 3.12.6

This commit is contained in:
R. Ryantm 2023-08-15 14:42:55 +00:00
parent b51db7ec1b
commit 7df38e3363

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "3.12.3";
version = "3.12.6";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-KP8SpeHGOdIKnA+xavdkoj3XRU572RZtFH0DaW28m+k=";
hash = "sha256-bf/MWJKqHuwqVyCtI8rBiYyEFvBpHq89YXtatQEqDHo=";
};
buildInputs = [