3
0
Fork 0
forked from mirrors/nixpkgs

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

ugrep: 3.3.8 -> 3.3.10
This commit is contained in:
Bobby Rong 2021-12-06 20:56:33 +08:00 committed by GitHub
commit af0f0229c4
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.8";
version = "3.3.10";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xVkInB2QmZjdcwzXQtmqKhuOjtkVDfY4fDB/wIqA3Jc=";
sha256 = "sha256-Z+cNI/053/FFwNxYkbH5Zlp+BOWhP1o8xZ2LSmDaI5M=";
};
buildInputs = [