tridactyl-native: 1.17.1 -> 1.18.1

This commit is contained in:
R. RyanTM 2020-05-05 03:55:01 +00:00 committed by Jon
parent 6d6fb1a7ff
commit 7e5dbecac3

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.17.1"; version = "1.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tridactyl"; owner = "tridactyl";
repo = "tridactyl"; repo = "tridactyl";
rev = version; rev = version;
sha256 = "197vh3k9nh58djl6ph0lznkdb2schqlksxxr93xjkk4xsc7k6j1g"; sha256 = "0f4agsh0gqpyhl3nysv4x9f74hlnch27gp3l8bpl645kbbfkg0di";
}; };
sourceRoot = "source/native"; sourceRoot = "source/native";