Unverified Commit d402993b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #269708 from MikaelFangel/update-ugrep

ugrep: 4.3.3 -> 4.3.4
parents 03bff322 b7f2ff8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "4.3.3";
  version = "4.3.4";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
    hash = "sha256-rA6qgjzlR7a7bf5v2q1vMx1QXcKgnK5wK1Ix9CfbPro=";
  };

  buildInputs = [