mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
tridactyl-native: 1.17.0 -> 1.17.1
This commit is contained in:
parent
1206faa6d5
commit
afc9dc248a
|
@ -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 a new issue