about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-02 21:15:12 -0400
committerGitHub <noreply@github.com>2022-11-02 21:15:12 -0400
commitce9f94cf576e7a6913907afbea82a7660dc2711b (patch)
treedb35a5878a64df7d361b8bea0ab67ff043692fec /pkgs/applications
parentd47adb096e27c6d843d8242ad967114768aa64c4 (diff)
parent2d573e0757869da4690308f149af5525faf5d9f9 (diff)
Merge pull request #199202 from r-ryantm/auto-update/vis
vis: 0.7 -> 0.8
Diffstat (limited to 'pkgs/applications')
-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 a05b0e48e0be7..f4d25b8547f4c 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -9,11 +9,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "vis";
-  version  = "0.7";
+  version  = "0.8";
 
   src = fetchFromGitHub {
     rev = "v${version}";
-    sha256 = "1g05ncsnk57kcqm9wsv6sz8b24kyzj8r5rfpa1wfwj8qkjzx3vji";
+    sha256 = "sha256-XvWj6fZxzXeRA5oCAqIIwlfjrJcHnDrjeiPExEQKSkY=";
     repo = "vis";
     owner = "martanne";
   };