ugrep: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm 2024-03-08 00:57:09 +00:00
parent c8cd65298e
commit 495dfbdc41

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-VAfnj/2EdkDpcS30DveUUYLSNj07sy+gvKxyGkg2mvA=";
hash = "sha256-B3O7suGepcTUdigtumMLXGZVBVX5qUH0TVdqTY3fCXE=";
};
buildInputs = [