Skip to content

Commit 422e377

Browse files
committed
jbrowse: 3.3.0 -> 3.4.0
1 parent 6983909 commit 422e377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jb/jbrowse/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
let
88
pname = "jbrowse";
9-
version = "3.3.0";
9+
version = "3.4.0";
1010

1111
src = fetchurl {
1212
url = "https://github.com/GMOD/jbrowse-components/releases/download/v${version}/jbrowse-desktop-v${version}-linux.AppImage";
13-
sha256 = "sha256-v4irH+U1w/XYTqT2z60Ce4hhA9Ej9pRCHuov9bViEy8=";
13+
sha256 = "sha256-u7ZVHn1/HUyV27yGx0HZeWgdm4NuVK8ZH0UogrmbxOo=";
1414
};
1515

1616
appimageContents = appimageTools.extractType2 {

0 commit comments

Comments
 (0)