Merge pull request #333510 from wahjava/update-ugrep

ugrep: 6.4.0 -> 6.4.1
This commit is contained in:
Pol Dellaiera 2024-08-10 23:48:31 +02:00 committed by GitHub
commit 4262309e10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "6.4.0";
version = "6.4.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-oD55EEThyetByEaO2ZZxAadouZf/Z+p10lvnESep8gg=";
hash = "sha256-0T/fX+ZzxfJD3CmoYLWSe3LE6B4HWkCC2bqXNwzUVpk=";
};
buildInputs = [