about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-15 05:44:53 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-17 11:43:58 -0700
commit5af11c6a0da8239175b9369415198e9ff9fe4b6d (patch)
treecbdbe355592c27c7eb30435b6ab5307925fa590a
parent59e7c74f4c94701ff445a876b03afcadb0dc473c (diff)
vis: 0.5 -> 0.6
-rw-r--r--pkgs/applications/editors/vis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 85f78035a0f32..5191b916b6c57 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -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";
   };