ugrep: 3.9.0 -> 3.9.1

This commit is contained in:
Ashish SHUKLA 2022-08-15 08:29:42 +02:00
parent bc4b4a50c7
commit 2ad332f625
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.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 = [