termite: 13 -> 14

https://github.com/thestinger/termite/releases/tag/v14
This commit is contained in:
Will Dietz 2018-11-14 10:46:39 -06:00
parent 3ef226158e
commit 75f2b4692f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "termite-${version}";
version = "13";
version = "14";
src = fetchFromGitHub {
owner = "thestinger";
repo = "termite";
rev = "v${version}";
sha256 = "02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj";
sha256 = "0dmz9rpc2fdvcwhcmjnhb48ixn403gxpq03g334d1hgjw2hsyx7x";
fetchSubmodules = true;
};