ugrep: 3.11.2 -> 3.12.1

This commit is contained in:
R. Ryantm 2023-06-18 05:23:36 +00:00
parent b621273236
commit 3f28eecf50

View file

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