last: 1260 -> 1268
This commit is contained in:
parent
f5d04780b2
commit
89eff15f31
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "last";
|
||||
version = "1260";
|
||||
version = "1268";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "mcfrith";
|
||||
repo = "last";
|
||||
rev = version;
|
||||
sha256 = "sha256-bJNvoHr2sQYtiC3tr1GA0T0kRhDyx6hU3OOSTvKUSCs=";
|
||||
sha256 = "sha256-9yzeLg3xporl32sZ1Ks8s63jXJNGUiI64XyQmhbQF4M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Genomic sequence aligner";
|
||||
homepage = "http://last.cbrc.jp/";
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://gitlab.com/mcfrith/last";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ jbedo ];
|
||||
platforms = platforms.x86_64;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user