forked from mirrors/nixpkgs
tridactyl-native: 1.19.1 -> 1.20.0
This commit is contained in:
parent
3d1956ad34
commit
d7132e41f9
|
@ -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.1";
|
||||
version = "1.20.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tridactyl";
|
||||
repo = "tridactyl";
|
||||
rev = version;
|
||||
sha256 = "19hldr6ii1z7gghc80h7qsnlz9na586gldm5y33i6lrs93193l82";
|
||||
sha256 = "14p6jadw4yij45rrwjbyf1lq3zpsni4sph88c6mlwlf8w830s3q8";
|
||||
};
|
||||
sourceRoot = "source/native";
|
||||
|
||||
|
|
Loading…
Reference in a new issue