mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
qtox: 1.16.1 -> 1.16.3 (#46204)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from qtox
This commit is contained in:
parent
c9a8631201
commit
9d288e7da3
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
, AVFoundation ? null }:
|
||||
|
||||
let
|
||||
version = "1.16.1";
|
||||
version = "1.16.3";
|
||||
rev = "v${version}";
|
||||
|
||||
in mkDerivation rec {
|
||||
|
@ -16,7 +16,7 @@ in mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "qTox";
|
||||
repo = "qTox";
|
||||
sha256 = "05cz67yvdqjv1dmqycnc5rd0275zh94wyaa7sqdkr1iw8k5h955n";
|
||||
sha256 = "0qd4nvbrjnnfnk8ghsxq3cd1n1qf1ck5zg6ib11ij2pg03s146pa";
|
||||
inherit rev;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue