Commit 2643b3a0 authored by R. RyanTM's avatar R. RyanTM
Browse files

ugrep: 6.0.0 -> 6.2.0

parent a0442abd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "6.0.0";
  version = "6.2.0";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-jZWmWZ4ZkmtdEI7BJ4cg1PBAuue8sjA7aiGotv2WmB4=";
    hash = "sha256-ItPmcKNvjk6U0u80W9+VvGIPgHJnOkWAIebjHLz5bMg=";
  };

  buildInputs = [