Unverified Commit e9315ce1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #251941 from wahjava/update-ugrep

ugrep: 4.0.4 -> 4.0.5
parents 14658838 26a8c648
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "4.0.4";
  version = "4.0.5";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VkONia3xhhgCcq+dh5lNYoj3C8abDYNG7JfoBXomMUw=";
    hash = "sha256-7cE8kbj8ChvHOPb1F7Fj9talg82nXpXRPt4oBSGSWZw=";
  };

  buildInputs = [