Merge pull request #222100 from wahjava/update-ugrep

ugrep: 3.10.0 -> 3.11.0
This commit is contained in:
Nick Cao 2023-03-20 10:24:46 +08:00 committed by GitHub
commit 1e13f655c4
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.10.0";
version = "3.11.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-ujLKAJNt2bWIq79Wh94QTFpd+7yUMhS7UMXa8gJScA4=";
hash = "sha256-nqnuEahOsnGX38526cIe8Vj7YoEJxO1ydbgfPwlpK+o=";
};
buildInputs = [