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

vis: 0.8 -> 0.9
This commit is contained in:
Nikolay Korotkiy 2024-05-02 15:35:07 +04:00 committed by GitHub
commit 2715377a76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -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";
};

View file

@ -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 { };