Skip to content

Commit

Permalink
Merge pull request #308421 from r-ryantm/auto-update/vis
Browse files Browse the repository at this point in the history
vis: 0.8 -> 0.9
  • Loading branch information
sikmir authored May 2, 2024
2 parents 1304006 + e5de825 commit 2715377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 2715377

Please sign in to comment.