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

ugrep: 3.3.10 -> 3.3.12
This commit is contained in:
Maximilian Bosch 2021-12-12 15:46:27 +01:00 committed by GitHub
commit e6fdc46b57
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.10";
version = "3.3.12";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Z+cNI/053/FFwNxYkbH5Zlp+BOWhP1o8xZ2LSmDaI5M=";
sha256 = "sha256-gQWLHZPU3pWgMpnl4BdgiWsml+meoN6lLP7KU9KluCc=";
};
buildInputs = [