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

ugrep: 5.1.3 -> 5.1.4
This commit is contained in:
Nick Cao
2024-04-14 10:58:19 -04:00
committed by GitHub
+2 -2
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 = [