tridactyl-native: 1.15.0 -> 1.16.2 (#64793)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
This commit is contained in:
R. RyanTM 2019-07-15 09:57:33 -07:00 committed by Timo Kaufmann
parent 6e03fdd341
commit 6fe71e632c

View File

@ -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.15.0"; version = "1.16.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tridactyl"; owner = "tridactyl";
repo = "tridactyl"; repo = "tridactyl";
rev = version; rev = version;
sha256 = "12pq95pw5g777kpgad04n9az1fl8y0x1vismz81mqqij3jr5qwzb"; sha256 = "07pipvxxa4bw11f0fxm8vjwd5ap7i82nsq93sw1kj353jn1mpwxw";
}; };
sourceRoot = "source/native"; sourceRoot = "source/native";