Skip to content

Commit

Permalink
last: 1133 -> 1145
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 13, 2020
1 parent 6e9b71f commit a698dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/last/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "last";
version = "1133";
version = "1145";

src = fetchurl {
url = "http://last.cbrc.jp/last-${version}.zip";
sha256 = "0a600p1fymm1ylaxzjwg46zdwz6ilaaak1f4n8xr3hp3ir9rgfjq";
sha256 = "0g54nmxxrirgid1i1k5i6rf7vnjpk9548sy06yqb4fj7vdzqgq99";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit a698dfa

Please sign in to comment.