nextvi: 3.1 -> 3.2

This commit is contained in:
R. Ryantm
2026-01-09 08:38:29 +00:00
parent 9a31c5b6de
commit 03de8e6e65
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nextvi";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "kyx0r";
repo = "nextvi";
tag = finalAttrs.version;
hash = "sha256-joIb+kJd0Oe1Irpz5zo48G+27umrr3Q1kKoLwpRiD8w=";
hash = "sha256-tFV0VDMAiD099UBsdf1dC2KKFfUCFmJe4kEb/Z69U10=";
};
nativeBuildInputs = [ installShellFiles ];