3
0
Fork 0
forked from mirrors/nixpkgs

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

ugrep: 4.5.1 -> 4.5.2
This commit is contained in:
maxine 2024-01-23 01:16:18 +01:00 committed by GitHub
commit 73652eca2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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