Skip to content

Commit

Permalink
Merge pull request #62410 from r-ryantm/auto-update/tridactyl-native
Browse files Browse the repository at this point in the history
tridactyl-native: 1.14.9 -> 1.15.0
  • Loading branch information
etu committed Jun 1, 2019
2 parents f265702 + a1961db commit 8c3104c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tridactyl-native/default.nix
Expand Up @@ -7,13 +7,13 @@ stdenv.mkDerivation rec {
pname = "tridactyl-native";
# this is actually the version of tridactyl itself; the native messenger will
# probably not change with every tridactyl version
version = "1.14.9";
version = "1.15.0";

src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "0d80c744qfv6jd03cmdp3p71xaj8lq8jzsa2m24jxv9q4ks2dcmj";
sha256 = "12pq95pw5g777kpgad04n9az1fl8y0x1vismz81mqqij3jr5qwzb";
};
sourceRoot = "source/native";

Expand Down

0 comments on commit 8c3104c

Please sign in to comment.