chatterino7: 7.4.2.e76110c -> 7.4.2.53fb0f0
This commit is contained in:
parent
e9f0d7a582
commit
b7d69e9fd0
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
|
||||||
cmake,
|
cmake,
|
||||||
pkgs,
|
pkgs,
|
||||||
}:
|
}:
|
||||||
|
@ -10,8 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "e76110ce05f769c98e19605746b177d11905868f";
|
rev = "53fb0f002254dd395181f627998af75bcf91f1ef";
|
||||||
sha256 = "sha256-oSP/tKBfnWFh8DNdBsFjQ43Lu5GkhvCWSgU6/Z0vZlI=";
|
sha256 = "sha256-qgSJPP4yhIKNhLNjS8mSupw98YyCqevKqLTGnONFAKk=";
|
||||||
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