mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
uTox: downgrade to work with current libtoxcore
This commit is contained in:
parent
f83af95f8a
commit
2099db4d00
@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "notsecure";
|
owner = "notsecure";
|
||||||
repo = "uTox";
|
repo = "uTox";
|
||||||
rev = "d70f9bfb4ff8a156ec35803da6226b0ac8c47961";
|
rev = "a840b459210694fdf02671567bf33845a11d4c83";
|
||||||
sha256 = "10cvsg0phv0jsrdl3zkk339c4bzn3xc82q1x90h6gcnrbg4vzmp0";
|
sha256 = "0jr0xajkv5vkq8gxspnq09k4bzc98fr3hflnz8a3lrwajyhrnpvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
||||||
|
Loading…
Reference in New Issue
Block a user