ugrep: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm
2024-08-04 17:36:30 +02:00
committed by gador
parent c6279d7243
commit 604b4b19ec
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "6.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-ItPmcKNvjk6U0u80W9+VvGIPgHJnOkWAIebjHLz5bMg=";
hash = "sha256-v9Bk+RfzoS1/rgnJMo0UQWJn23MPEAVH/phaMQSLjGg=";
};
buildInputs = [