Commit 74797080 authored by R. RyanTM's avatar R. RyanTM
Browse files

jbrowse: 2.13.1 -> 2.14.0

parent 755ccd82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

let
  pname = "jbrowse";
  version = "2.13.1";
  version = "2.14.0";

  src = fetchurl {
    url = "https://github.com/GMOD/jbrowse-components/releases/download/v${version}/jbrowse-desktop-v${version}-linux.AppImage";
    sha256 = "sha256-JxV7ZxA3/YMG6ziYOA8QiBVth9UunVGJLTy1E110y6w=";
    sha256 = "sha256-fxXOUB+glJmg4WdL+mNfkp0O4iUsl8L1EuIYpBO1gRA=";
  };

  appimageContents = appimageTools.extractType2 {