ugrep: 5.1.3 -> 5.1.4

This commit is contained in:
R. Ryantm 2024-04-14 08:48:48 +00:00
parent aedb247a4b
commit 6bc0ceaee7

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "5.1.3";
version = "5.1.4";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-ap0akp787pr1gRGFTGQ6ZPwkABgloqQ05XnmM7filGs=";
hash = "sha256-9hxMxcqrq9uHCe3Ggyv3SdjWe+uTZ4ZuicDf9196Szo=";
};
buildInputs = [