Unverified Commit a6d715d1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #265246 from MikaelFangel/update-ugrep

ugrep: 4.3.1 -> 4.3.2
parents 31de7c6e 33cf3363
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "4.3.1";
  version = "4.3.2";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Us1HZ2MXYgJcEyhdE9tFoVcuqirgVDi5Qbu+I35ItpU=";
    hash = "sha256-0yg68lBEHiyRD3FE5oe67hMhhEHOFf7/PMA+88J9LuI=";
  };

  buildInputs = [