We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6983909 commit 422e377Copy full SHA for 422e377
pkgs/by-name/jb/jbrowse/package.nix
@@ -6,11 +6,11 @@
6
7
let
8
pname = "jbrowse";
9
- version = "3.3.0";
+ version = "3.4.0";
10
11
src = fetchurl {
12
url = "https://github.com/GMOD/jbrowse-components/releases/download/v${version}/jbrowse-desktop-v${version}-linux.AppImage";
13
- sha256 = "sha256-v4irH+U1w/XYTqT2z60Ce4hhA9Ej9pRCHuov9bViEy8=";
+ sha256 = "sha256-u7ZVHn1/HUyV27yGx0HZeWgdm4NuVK8ZH0UogrmbxOo=";
14
};
15
16
appimageContents = appimageTools.extractType2 {
0 commit comments