termite: v12 -> v13
https://github.com/thestinger/termite/releases/tag/v13
This commit is contained in:
parent
65fb15aaf8
commit
8ad5fc4694
@ -3,14 +3,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "12";
|
version = "13";
|
||||||
termite = stdenv.mkDerivation {
|
termite = stdenv.mkDerivation {
|
||||||
name = "termite-${version}";
|
name = "termite-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/thestinger/termite";
|
url = "https://github.com/thestinger/termite";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz";
|
sha256 = "02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = "sed '1i#include <math.h>' -i termite.cc";
|
postPatch = "sed '1i#include <math.h>' -i termite.cc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user