Merge pull request #134528 from r-ryantm/auto-update/ugrep

ugrep: 3.3 -> 3.3.7
This commit is contained in:
Ryan Mulligan 2021-08-17 16:48:47 -07:00 committed by GitHub
commit 7df0bdcffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.3";
version = "3.3.7";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "0qk8rzsll69pf220m6n41giyk3faqvwagml7i2xwgp7pcax607nl";
sha256 = "sha256-FnSOurICD4n2Z/snP0ysWZ30DnyEDZMqpjRrS1WxG+Q=";
};
buildInputs = [