ugrep: 3.8.3 -> 3.9.0

This commit is contained in:
Ashish SHUKLA 2022-08-13 08:32:43 +02:00
parent ff8e8d4b4f
commit f0924b9416
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0

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 = [