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

tridactyl-native: 1.17.0 -> 1.17.1
This commit is contained in:
Timo Kaufmann 2019-11-26 00:24:00 +01:00 committed by GitHub
commit 50b8b05368
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.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "tridactyl";
repo = "tridactyl";
rev = version;
sha256 = "0dpd4jdym644rqm9h83lb8cwfccnwrnqm1g91nl913pj4k5x4hqr";
sha256 = "197vh3k9nh58djl6ph0lznkdb2schqlksxxr93xjkk4xsc7k6j1g";
};
sourceRoot = "source/native";