ugrep: 3.11.0 -> 3.11.2

This commit is contained in:
Ashish SHUKLA 2023-04-09 10:39:24 +02:00
parent 2e7d54cfde
commit 89a0fabf6a
No known key found for this signature in database

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.11.0";
version = "3.11.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-nqnuEahOsnGX38526cIe8Vj7YoEJxO1ydbgfPwlpK+o=";
hash = "sha256-NDH2OEweIU0/JHfkq0md6cll2uwCTLkVmJcmF337DUw=";
};
buildInputs = [