Merge pull request #302764 from r-ryantm/auto-update/ugrep

ugrep: 5.1.1 -> 5.1.3
This commit is contained in:
Matthias Beyer
2024-04-09 09:11:41 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "5.1.1";
version = "5.1.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-ZMBu8hewPuwpm64Oe6JselynEv04JTR/OTbpbmkfe3Y=";
hash = "sha256-ap0akp787pr1gRGFTGQ6ZPwkABgloqQ05XnmM7filGs=";
};
buildInputs = [