3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186393 from wahjava/update-ugrep

ugrep: 3.8.3 -> 3.9.0
This commit is contained in:
Mario Rodas 2022-08-13 02:05:13 -05:00 committed by GitHub
commit 44052c0921
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.8.3";
version = "3.9.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-p2x3WQIzM1FJBn9mvqfisjTLgjtkZouV/fr/waCiYw0=";
sha256 = "sha256-9tHSdO9VlsbLqFFA/CKhbPvstU3+26jBaBw/tX5qJnw=";
};
buildInputs = [