ugrep: 7.0.1 -> 7.0.2

Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.2
This commit is contained in:
Ashish SHUKLA 2024-10-28 07:49:09 +00:00
parent 4da8422970
commit 3e44ec4dcd
No known key found for this signature in database

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "7.0.1";
version = "7.0.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-Kekt4RnVGtyfLhVkAZQTM0VQ8lAg7GJ/VR/1v+SUVOY=";
hash = "sha256-3kqarrbg7VB0fUQSjqZCVBmr4Mc09NMr+03A5qhe54Y=";
};
buildInputs = [