Merge pull request #187763 from wahjava/update-ugrep

ugrep: 3.9.1 -> 3.9.2
This commit is contained in:
Bobby Rong 2022-08-25 21:45:05 +08:00 committed by GitHub
commit 5f1f7d0881
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.9.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KDAuGFoUJxaa0noW739+gxeHKZeouu14EDla0lWwaIQ=";
sha256 = "sha256-9c4PoDJLfUH6ySNIxJDg5m2M2WFxNtuqCVKF6FvOHzY=";
};
buildInputs = [