3
0
Fork 0
forked from mirrors/nixpkgs

last: 1411 -> 1422

This commit is contained in:
R. Ryantm 2023-01-16 09:13:32 +00:00
parent 27b97d2f87
commit d269d79261

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "last";
version = "1411";
version = "1422";
src = fetchFromGitLab {
owner = "mcfrith";
repo = "last";
rev = version;
sha256 = "sha256-CO3tlFx9NxGplErENG6iFikgE246swPITsVR+nHzsYw=";
sha256 = "sha256-3OhttOd6qgO6d+sbVkZj8i/K6bJTvlMyfa3E4mIpt24=";
};
nativeBuildInputs = [ unzip ];