Merge pull request #211057 from r-ryantm/auto-update/last

last: 1411 -> 1422

Changed files
+2 -2
pkgs
applications
science
biology
+2 -2
pkgs/applications/science/biology/last/default.nix
···
stdenv.mkDerivation rec {
pname = "last";
-
version = "1411";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
-
sha256 = "sha256-CO3tlFx9NxGplErENG6iFikgE246swPITsVR+nHzsYw=";
};
nativeBuildInputs = [ unzip ];
···
stdenv.mkDerivation rec {
pname = "last";
+
version = "1422";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
+
sha256 = "sha256-3OhttOd6qgO6d+sbVkZj8i/K6bJTvlMyfa3E4mIpt24=";
};
nativeBuildInputs = [ unzip ];