last: 1256 -> 1260

This commit is contained in:
R. Ryantm 2022-02-12 02:52:18 +00:00
parent 8fdd33cfc4
commit 6ca5bb6e20

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "last"; pname = "last";
version = "1256"; version = "1260";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mcfrith"; owner = "mcfrith";
repo = "last"; repo = "last";
rev = version; rev = version;
sha256 = "sha256-lOsU0X4K6jYcbkTzwQV+KAerQh9odE4zCLtSgZrYH6s="; sha256 = "sha256-bJNvoHr2sQYtiC3tr1GA0T0kRhDyx6hU3OOSTvKUSCs=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];