nextvi: 4.0 -> 4.1

This commit is contained in:
R. Ryantm
2026-03-17 05:26:51 +00:00
parent b32b62d598
commit 3c7ec629ea
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nextvi";
version = "4.0";
version = "4.1";
src = fetchFromGitHub {
owner = "kyx0r";
repo = "nextvi";
tag = finalAttrs.version;
hash = "sha256-zX4m4y/y9kt/9dfEauLry+LdgcvSs+3s1OVPL52Ecok=";
hash = "sha256-sk4vqMfRDP0H3DESZj57jGVo6Vf2hd9f9OaePFEtdfE=";
};
nativeBuildInputs = [ installShellFiles ];