Merge pull request #225393 from wahjava/update-ugrep

ugrep: 3.11.0 -> 3.11.2
This commit is contained in:
Nick Cao 2023-04-09 20:14:51 +08:00 committed by GitHub
commit e49820c46a
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.11.0";
version = "3.11.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-nqnuEahOsnGX38526cIe8Vj7YoEJxO1ydbgfPwlpK+o=";
hash = "sha256-NDH2OEweIU0/JHfkq0md6cll2uwCTLkVmJcmF337DUw=";
};
buildInputs = [