mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
tridactyl-native: 1.18.1 -> 1.19.0
This commit is contained in:
parent
567f0a3df1
commit
478c89d77e
@ -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.18.1";
|
version = "1.19.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tridactyl";
|
owner = "tridactyl";
|
||||||
repo = "tridactyl";
|
repo = "tridactyl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0f4agsh0gqpyhl3nysv4x9f74hlnch27gp3l8bpl645kbbfkg0di";
|
sha256 = "1myqhhjilj9sjvvw64f2931jqgvwv60ajqngw790ygcs4vr7gmfk";
|
||||||
};
|
};
|
||||||
sourceRoot = "source/native";
|
sourceRoot = "source/native";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user