timetable: 1.0.6 -> 1.0.8

This commit is contained in:
Quentin Vaucher 2019-08-31 11:09:21 +02:00
parent 3059cd038c
commit e1c44d481c

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "timetable";
version = "1.0.6";
version = "1.0.8";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "080xgp917v6j40qxy0y1iycz01yylbcr8pahx6zd6mpi022ccfv0";
sha256 = "0s825al10s0hwfzl90bplwwasx89wx28n41sg2md71l9hfqy296q";
};
nativeBuildInputs = [