nextvi: 5.0 -> 5.2

This commit is contained in:
R. Ryantm
2026-05-19 07:47:17 +00:00
parent cd22aef9a1
commit b7d716ae00
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nextvi";
version = "5.0";
version = "5.2";
src = fetchFromGitHub {
owner = "kyx0r";
repo = "nextvi";
tag = finalAttrs.version;
hash = "sha256-O4ry1G7Y55bjr4APrYMSCfrkNy8KrhSgG0Nh1rOGMvU=";
hash = "sha256-AjKcM/JD43htQZhNWcVv6ljhN2T9BPOv9ZdO6uxImOw=";
};
nativeBuildInputs = [ installShellFiles ];