last: 1406 -> 1409

This commit is contained in:
Justin Bedo 2022-08-29 09:27:38 +10:00
parent 36f77596b1
commit d9acf90371
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1406";
version = "1409";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
sha256 = "sha256-N1B9W++4SiMRMUjDi8ZexOWF/HQpN8BBPuDKYh4bCS8=";
sha256 = "sha256-AFK0va1HonSWJdzJLdLraiu4LhUCJFgq6qajbbPmHuY=";
};
nativeBuildInputs = [ unzip ];