ugrep: 7.0.3 -> 7.1.0

Changes: https://github.com/Genivia/ugrep/releases/tag/v7.1.0
This commit is contained in:
Ashish SHUKLA 2024-11-22 20:45:00 +01:00
parent 5083ec8877
commit 41ee6d013b
No known key found for this signature in database

View File

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