Merge pull request #186757 from wahjava/update-ugrep

ugrep: 3.9.0 -> 3.9.1
This commit is contained in:
superherointj 2022-08-15 15:39:35 -03:00 committed by GitHub
commit 799f437f24
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.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9tHSdO9VlsbLqFFA/CKhbPvstU3+26jBaBw/tX5qJnw=";
sha256 = "sha256-KDAuGFoUJxaa0noW739+gxeHKZeouu14EDla0lWwaIQ=";
};
buildInputs = [