tridactyl-native: 1.20.0 -> 1.20.1

This commit is contained in:
R. RyanTM 2020-09-23 02:39:29 +00:00
parent 6dad7ddb8c
commit 21a2c12fe7

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";