3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #50358 from dtzWill/update/termite-14

termite: 13 -> 14
This commit is contained in:
Vladyslav M 2018-11-14 22:59:48 +02:00 committed by GitHub
commit d70cb8894a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};