3
0
Fork 0
forked from mirrors/nixpkgs

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

ugrep: 3.11.2 -> 3.12.1
This commit is contained in:
Weijia Wang 2023-06-18 11:55:41 +03:00 committed by GitHub
commit d3ea5244bd
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.2";
version = "3.12.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-NDH2OEweIU0/JHfkq0md6cll2uwCTLkVmJcmF337DUw=";
hash = "sha256-kpLzv8nHye1XStHABmZHXQ2Gn+g06BFeN3u47bkKbzU=";
};
buildInputs = [