ugrep: 3.9.5 -> 3.9.6

This commit is contained in:
Ashish SHUKLA 2023-01-27 19:17:35 +01:00
parent f80ac848e3
commit 300a98a769
No known key found for this signature in database

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.9.5";
version = "3.9.6";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-vaoEfNhkvbcZwjSMRwmWo42jPg6+7mrZx+jIesQnmL0=";
hash = "sha256-BzYlZl4NYjCXaM9ISGKSEP2xGFsE5GgX4zEIDniundo=";
};
buildInputs = [