Skip to content

Commit

Permalink
minimap2: 2.27 -> 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 4, 2024
1 parent a2d3886 commit a9be06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/minimap2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "minimap2";
version = "2.27";
version = "2.28";

src = fetchFromGitHub {
repo = pname;
owner = "lh3";
rev = "v${version}";
sha256 = "sha256-F6IJrYD2dk+5bKKVIahLiNnD/Hd/CjNQQd9zz0Gkans=";
sha256 = "sha256-cBl2BKgPCP/xHZW6fTH51cY9/lV/1HVLsN7a1R1Blv4=";
};

buildInputs = [ zlib ];
Expand Down

0 comments on commit a9be06c

Please sign in to comment.