Merge pull request #95390 from r-ryantm/auto-update/tridactyl-native

tridactyl-native: 1.19.1 -> 1.20.0
This commit is contained in:
Timo Kaufmann 2020-08-20 15:27:32 +02:00 committed by GitHub
commit 8c1fed4b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.19.1";
version = "1.20.0";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "19hldr6ii1z7gghc80h7qsnlz9na586gldm5y33i6lrs93193l82";
sha256 = "14p6jadw4yij45rrwjbyf1lq3zpsni4sph88c6mlwlf8w830s3q8";
};
sourceRoot = "source/native";