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

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

ugrep: 3.3.7 -> 3.3.8
parents bf52bbba 3f60aa06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "ugrep";
  version = "3.3.7";
  version = "3.3.8";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-FnSOurICD4n2Z/snP0ysWZ30DnyEDZMqpjRrS1WxG+Q=";
    sha256 = "sha256-xVkInB2QmZjdcwzXQtmqKhuOjtkVDfY4fDB/wIqA3Jc=";
  };

  buildInputs = [