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

tridactyl-native: 1.20.0 -> 1.20.1
This commit is contained in:
Timo Kaufmann 2020-09-23 09:40:14 +02:00 committed by GitHub
commit c8cde01af4
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"; pname = "tridactyl-native";
# this is actually the version of tridactyl itself; the native messenger will # this is actually the version of tridactyl itself; the native messenger will
# probably not change with every tridactyl version # probably not change with every tridactyl version
version = "1.20.0"; version = "1.20.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tridactyl"; owner = "tridactyl";
repo = "tridactyl"; repo = "tridactyl";
rev = version; rev = version;
sha256 = "14p6jadw4yij45rrwjbyf1lq3zpsni4sph88c6mlwlf8w830s3q8"; sha256 = "108zx2x5q23cq0fzxmix31xcw62k3r1wlb55612c15ilz9c5xm32";
}; };
sourceRoot = "source/native"; sourceRoot = "source/native";