Unverified Commit 2715377a authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #308421 from r-ryantm/auto-update/vis

vis: 0.8 -> 0.9
parents 1304006b e5de825b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "vis";
  version  = "0.8";
  version  = "0.9";

  src = fetchFromGitHub {
    rev = "v${version}";
    sha256 = "sha256-XvWj6fZxzXeRA5oCAqIIwlfjrJcHnDrjeiPExEQKSkY=";
    sha256 = "sha256-SYM3zlzhp3NdyOjtXc+pOiWY4/WA/Ax+qAWe18ggq3g=";
    repo = "vis";
    owner = "martanne";
  };
+0 −2
Original line number Diff line number Diff line
@@ -35348,8 +35348,6 @@ with pkgs;
  neovim-remote = callPackage ../applications/editors/neovim/neovim-remote.nix { };
  vis = callPackage ../applications/editors/vis { };
  viw = callPackage ../applications/editors/viw { };
  virter = callPackage ../applications/virtualization/virter { };