ttylog: 0.26 -> 0.29

This commit is contained in:
ndowens 2017-03-02 19:06:22 -06:00 committed by Graham Christensen
parent af27d6efa7
commit 55e376078a
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ttylog-${version}";
version = "0.26";
version = "0.29";
src = fetchFromGitHub {
owner = "rocasa";
repo = "ttylog";
rev = version;
sha256 = "1xvqch1dwpl2d89n9cjcxhqbpvm50fspj5yn883wbii6dpg62p84";
sha256 = "035i9slmdgds5azwxqwp6skxykvaq3mq4jckvm49fng8jq09z7zr";
};
nativeBuildInputs = [ cmake ];