Unverified Commit 89a0fabf authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files

ugrep: 3.11.0 -> 3.11.2

parent 2e7d54cf
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 = [