ugrep: 6.3.0 -> 6.4.0

This commit is contained in:
Ashish SHUKLA
2024-08-08 00:15:28 +00:00
parent cb9a96f23c
commit f20eeca6df
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "6.3.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-v9Bk+RfzoS1/rgnJMo0UQWJn23MPEAVH/phaMQSLjGg=";
hash = "sha256-oD55EEThyetByEaO2ZZxAadouZf/Z+p10lvnESep8gg=";
};
buildInputs = [