Merge pull request #188785 from jbedo/last

last: 1406 -> 1409
This commit is contained in:
Jonas Heinrich 2022-09-04 12:40:30 +02:00 committed by GitHub
commit 3b3a01e3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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