Skip to content

Commit

Permalink
jbrowse: 2.17.0 -> 2.18.0 (NixOS#366226)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 126cd75 + 1b8c853 commit 63caf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/jb/jbrowse/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

let
pname = "jbrowse";
version = "2.17.0";
version = "2.18.0";

src = fetchurl {
url = "https://github.com/GMOD/jbrowse-components/releases/download/v${version}/jbrowse-desktop-v${version}-linux.AppImage";
sha256 = "sha256-SqkUcsmnj77kL6YOdFP5Jm1LEaVNS+nrYgpckoHEPqg=";
sha256 = "sha256-1YtINJgOMXwLPT7eyS85ebNCxTF8TbvHU7gOq9qNyF4=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit 63caf94

Please sign in to comment.