Unverified Commit e49820c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #225393 from wahjava/update-ugrep

ugrep: 3.11.0 -> 3.11.2
parents a9a322fe 89a0fabf
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.11.0";
  version = "3.11.2";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-nqnuEahOsnGX38526cIe8Vj7YoEJxO1ydbgfPwlpK+o=";
    hash = "sha256-NDH2OEweIU0/JHfkq0md6cll2uwCTLkVmJcmF337DUw=";
  };

  buildInputs = [