ttylog: 0.26 -> 0.29
This commit is contained in:
parent
af27d6efa7
commit
55e376078a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ttylog-${version}";
|
name = "ttylog-${version}";
|
||||||
version = "0.26";
|
version = "0.29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rocasa";
|
owner = "rocasa";
|
||||||
repo = "ttylog";
|
repo = "ttylog";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1xvqch1dwpl2d89n9cjcxhqbpvm50fspj5yn883wbii6dpg62p84";
|
sha256 = "035i9slmdgds5azwxqwp6skxykvaq3mq4jckvm49fng8jq09z7zr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user