Merge pull request #74185 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.17.0 -> 1.17.1
This commit is contained in:
commit
50b8b05368
@ -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.17.0";
|
||||
version = "1.17.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tridactyl";
|
||||
repo = "tridactyl";
|
||||
rev = version;
|
||||
sha256 = "0dpd4jdym644rqm9h83lb8cwfccnwrnqm1g91nl913pj4k5x4hqr";
|
||||
sha256 = "197vh3k9nh58djl6ph0lznkdb2schqlksxxr93xjkk4xsc7k6j1g";
|
||||
};
|
||||
sourceRoot = "source/native";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user