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

tridactyl-native: 1.19.0 -> 1.19.1
This commit is contained in:
Timo Kaufmann 2020-06-10 00:04:44 +02:00 committed by GitHub
commit fb6f9a150a
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.0";
version = "1.19.1";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "1myqhhjilj9sjvvw64f2931jqgvwv60ajqngw790ygcs4vr7gmfk";
sha256 = "19hldr6ii1z7gghc80h7qsnlz9na586gldm5y33i6lrs93193l82";
};
sourceRoot = "source/native";