Merge pull request #213940 from wahjava/update-ugrep

ugrep: 3.9.6 -> 3.9.7
This commit is contained in:
Anderson Torres 2023-02-01 07:17:46 -03:00 committed by GitHub
commit bbe465a8e4
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.6";
version = "3.9.7";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-BzYlZl4NYjCXaM9ISGKSEP2xGFsE5GgX4zEIDniundo=";
hash = "sha256-y6P0EQfp2HFmhn2c7RwX8jVLUOfLT+LVhtz+OIoaVSo=";
};
buildInputs = [