Merge pull request #162276 from jbedo/last

last: 1260 -> 1268
This commit is contained in:
Anderson Torres 2022-03-02 07:54:20 -03:00 committed by GitHub
commit ebbb0436e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "last"; pname = "last";
version = "1260"; version = "1268";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mcfrith"; owner = "mcfrith";
repo = "last"; repo = "last";
rev = version; rev = version;
sha256 = "sha256-bJNvoHr2sQYtiC3tr1GA0T0kRhDyx6hU3OOSTvKUSCs="; sha256 = "sha256-9yzeLg3xporl32sZ1Ks8s63jXJNGUiI64XyQmhbQF4M=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];
@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Genomic sequence aligner"; description = "Genomic sequence aligner";
homepage = "http://last.cbrc.jp/"; homepage = "https://gitlab.com/mcfrith/last";
license = licenses.gpl3; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jbedo ]; maintainers = with maintainers; [ jbedo ];
platforms = platforms.x86_64; platforms = platforms.x86_64;
}; };