mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #89959 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.19.0 -> 1.19.1
This commit is contained in:
commit
fb6f9a150a
@ -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.0";
|
||||
version = "1.19.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tridactyl";
|
||||
repo = "tridactyl";
|
||||
rev = version;
|
||||
sha256 = "1myqhhjilj9sjvvw64f2931jqgvwv60ajqngw790ygcs4vr7gmfk";
|
||||
sha256 = "19hldr6ii1z7gghc80h7qsnlz9na586gldm5y33i6lrs93193l82";
|
||||
};
|
||||
sourceRoot = "source/native";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user