Merge pull request #330139 from r-ryantm/auto-update/jbrowse

jbrowse: 2.12.3 -> 2.13.1
This commit is contained in:
Donovan Glover 2024-08-07 15:02:07 +00:00 committed by GitHub
commit 64131dd5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
let
pname = "jbrowse";
version = "2.12.3";
version = "2.13.1";
src = fetchurl {
url = "https://github.com/GMOD/jbrowse-components/releases/download/v${version}/jbrowse-desktop-v${version}-linux.AppImage";
sha256 = "sha256-REJYJzjPPsRebRKdNKGIbRICe4tw7V8PxO/q53DXo3Y=";
sha256 = "sha256-JxV7ZxA3/YMG6ziYOA8QiBVth9UunVGJLTy1E110y6w=";
};
appimageContents = appimageTools.extractType2 {