Unverified Commit 4726073c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nextvi: 2.5 -> 3.0 (#472631)

parents b84b5d46 e8152b4e
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.5";
  version = "3.0";

  src = fetchFromGitHub {
    owner = "kyx0r";
    repo = "nextvi";
    tag = finalAttrs.version;
    hash = "sha256-K5iE+76Bu03NYx8eQxVgY2NN1r7Acawj8w7W1QTVyv4=";
    hash = "sha256-SMPPG/pDtuS87PLyeUvmEqyqD9+Pye9rPQW1TpDGNc4=";
  };

  nativeBuildInputs = [ installShellFiles ];