lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cli-visualizer: 1.6 -> 1.7

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cli-visualizer/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/vis -h’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/vis --help’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/.vis-wrapped -h’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/.vis-wrapped --help’ got 0 exit code
- found 1.7 with grep in /nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7
- directory tree listing: https://gist.github.com/544d33e8edd7362d66363d64c8cabf80

+2 -2
+2 -2
pkgs/applications/misc/cli-visualizer/default.nix
··· 1 1 { stdenv, fetchFromGitHub, fftw, ncurses5, libpulseaudio, makeWrapper }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.6"; 4 + version = "1.7"; 5 5 name = "cli-visualizer-${version}"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dpayne"; 9 9 repo = "cli-visualizer"; 10 10 rev = version; 11 - sha256 = "0mirp8bk398di5xyq95iprmdyvplfghxqmrfj7jdnpy554vx7ppc"; 11 + sha256 = "06z6vj87xjmacppcxvgm47wby6mv1hnbqav8lpdk9v5s1hmmp1cr"; 12 12 }; 13 13 14 14 postPatch = ''