tridactyl-native: 1.19.0 -> 1.19.1

This commit is contained in:
R. RyanTM 2020-06-09 18:25:34 +00:00
parent b56c66e7e8
commit 0855b42593

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