Merge pull request #110577 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.20.3 -> 1.20.4
This commit is contained in:
commit
6f7290c88c
@ -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.20.3";
|
||||
version = "1.20.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tridactyl";
|
||||
repo = "tridactyl";
|
||||
rev = version;
|
||||
sha256 = "064cl9m4hdv69q1af0xjcf2rf30n3pvz6ym2l53w90aq3217amps";
|
||||
sha256 = "sha256-BjjRB9VadQ/MSwNK2QLbcTDoRs6Ua+5MONHtmfq4xz0=";
|
||||
};
|
||||
sourceRoot = "source/native";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user