vis: 0.5 -> 0.6

gstqt5
R. RyanTM 2020-06-15 05:44:53 +00:00 committed by Jon
parent 59e7c74f4c
commit 5af11c6a0d
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "vis";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
rev = "v${version}";
sha256 = "1vhq6hprkgj90iwl5vl3pxs3xwc01mx8yhi6c1phzry5agqqp8jb";
sha256 = "1zjm89cn3rfq8fxpwp66khy53s6vqlmw6q103qyyvix8ydzxdmsh";
repo = "vis";
owner = "martanne";
};