lol
0
fork

Configure Feed

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

Merge pull request #251654 from wahjava/update-ugrep

authored by

Franz Pletz and committed by
GitHub
a7d27e87 855af023

+2 -2
+2 -2
pkgs/tools/text/ugrep/default.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "ugrep"; 15 - version = "4.0.3"; 15 + version = "4.0.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "Genivia"; 19 19 repo = "ugrep"; 20 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-t0M0b4q/25gEY3+LhGEgkKJAK1d6kni6uH0VW+yQco0="; 21 + hash = "sha256-VkONia3xhhgCcq+dh5lNYoj3C8abDYNG7JfoBXomMUw="; 22 22 }; 23 23 24 24 buildInputs = [