Commit 83946015 authored by R. RyanTM's avatar R. RyanTM
Browse files

ugrep: 7.3.0 -> 7.4.2

parent 97e6d418
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "7.3.0";
  version = "7.4.2";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GwBXjHUXp5iTfTsGELkJISPOsP70xzx8XJcarhrQRtM=";
    hash = "sha256-ZUjUqSDzcrbYXYqQjRfiNy2bCm2bUUmbBnn9YtpFSzo=";
  };

  nativeBuildInputs = [ makeWrapper ];