Merge pull request #89959 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.19.0 -> 1.19.1
This commit is contained in:
commit
fb6f9a150a
|
@ -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.19.0";
|
version = "1.19.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tridactyl";
|
owner = "tridactyl";
|
||||||
repo = "tridactyl";
|
repo = "tridactyl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1myqhhjilj9sjvvw64f2931jqgvwv60ajqngw790ygcs4vr7gmfk";
|
sha256 = "19hldr6ii1z7gghc80h7qsnlz9na586gldm5y33i6lrs93193l82";
|
||||||
};
|
};
|
||||||
sourceRoot = "source/native";
|
sourceRoot = "source/native";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user