lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

ugrep: 3.12.3 -> 3.12.6

authored by

Pol Dellaiera and committed by
GitHub
3b4a9275 e9839ef0

+2 -2
+2 -2
pkgs/tools/text/ugrep/default.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "ugrep"; 14 - version = "3.12.3"; 14 + version = "3.12.6"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Genivia"; 18 18 repo = "ugrep"; 19 19 rev = "v${finalAttrs.version}"; 20 - hash = "sha256-KP8SpeHGOdIKnA+xavdkoj3XRU572RZtFH0DaW28m+k="; 20 + hash = "sha256-bf/MWJKqHuwqVyCtI8rBiYyEFvBpHq89YXtatQEqDHo="; 21 21 }; 22 22 23 23 buildInputs = [