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

ugrep: 7.0.2 -> 7.0.3 (#355542)

parents 3b5ad764 58e38adf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "7.0.2";
  version = "7.0.3";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-3kqarrbg7VB0fUQSjqZCVBmr4Mc09NMr+03A5qhe54Y=";
    hash = "sha256-C/Nb5wxZtMzYBJmqOj8UwCU5yrQIrHCHsstuIiKMMq0=";
  };

  buildInputs = [