chatterino7: 7.4.2.e76110c -> 7.4.2.b26b153
This commit is contained in:
parent
220ae879bb
commit
7d8f06ff30
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "53fb0f002254dd395181f627998af75bcf91f1ef";
|
rev = "b26b15354c61b6b0acb58a12031e84332d505b94";
|
||||||
sha256 = "sha256-qgSJPP4yhIKNhLNjS8mSupw98YyCqevKqLTGnONFAKk=";
|
sha256 = "sha256-w87tzju0/TTot3fHbM0at5nBo+lnaZwIurpZTIbwQDI=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];
|
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];
|
||||||
|
|
Loading…
Reference in a new issue