ugrep: 7.0.2 -> 7.0.3

Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.3
This commit is contained in:
Ashish SHUKLA 2024-11-12 22:32:00 +00:00
parent 571c71e6f7
commit 58e38adf0c
No known key found for this signature in database

View File

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