Unverified Commit 08c46fe7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nextvi: 2.2 -> 2.3 (#463981)

parents ab41797f 16ae0ee4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nextvi";
  version = "2.2";
  version = "2.3";

  src = fetchFromGitHub {
    owner = "kyx0r";
    repo = "nextvi";
    tag = finalAttrs.version;
    hash = "sha256-d9YFv9Crc/0ymSXJkE3VEN+kZrHEAUv9dF5aO0swg+8=";
    hash = "sha256-1bo2Cqa+d16yNQPFAYejHP838KX/sK33yxJO31o7cAc=";
  };

  nativeBuildInputs = [ installShellFiles ];