utox: 0.17.0 -> 0.18.1
This commit is contained in:
parent
b97f9d4e03
commit
23308044ef
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
stdenv.mkDerivation rec {
|
||||
pname = "utox";
|
||||
|
||||
version = "0.17.0";
|
||||
version = "0.18.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uTox";
|
||||
repo = "uTox";
|
||||
rev = "v${version}";
|
||||
sha256 = "12wbq883il7ikldayh8hm0cjfrkp45vn05xx9s1jbfz6gmkidyar";
|
||||
sha256 = "sha256-DxnolxUTn+CL6TbZHKLHOUMTHhtTSWufzzOTRpKjOwc=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue