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

tridactyl-native: 1.18.1 -> 1.19.0
This commit is contained in:
Timo Kaufmann 2020-05-21 20:55:24 +00:00 committed by GitHub
commit a618a37017
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.18.1";
version = "1.19.0";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "0f4agsh0gqpyhl3nysv4x9f74hlnch27gp3l8bpl645kbbfkg0di";
sha256 = "1myqhhjilj9sjvvw64f2931jqgvwv60ajqngw790ygcs4vr7gmfk";
};
sourceRoot = "source/native";