tridactyl-native: 1.20.1 -> 1.20.2

This commit is contained in:
R. RyanTM 2020-10-31 22:40:07 +00:00 committed by Jonathan Ringer
parent c288b452de
commit 4205938c6e

View file

@ -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.20.1";
version = "1.20.2";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "108zx2x5q23cq0fzxmix31xcw62k3r1wlb55612c15ilz9c5xm32";
sha256 = "0yz1vbqa3sppkjmny5ipnspsdi5gnix7wb6hzvdkm9h1rj2kb8ci";
};
sourceRoot = "source/native";