Merge pull request #279220 from MikaelFangel/update-ugrep

ugrep: 4.5.0 -> 4.5.1
This commit is contained in:
Nick Cao 2024-01-06 21:23:48 -05:00 committed by GitHub
commit ea3c9db9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-AKK0prznNVwjAR5wVKGWVFr3rWXm1pqmdmXaE0keIeg=";
hash = "sha256-unryRXGuxQXCwzpQW6AJAYQEL3Xvs2u4DH2E3LATQaU=";
};
buildInputs = [