chatterino7: make chatterino follow nightly 7.4.2.e76110ce
This commit is contained in:
parent
690286cc09
commit
b572ddfb87
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "SevenTV";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-WHdrFUTTuPN+U9BIsE6Ht2EdwIqWfVJzlwDg0Bwvr/w=";
|
||||
rev = "e76110ce05f769c98e19605746b177d11905868f";
|
||||
sha256 = "sha256-oSP/tKBfnWFh8DNdBsFjQ43Lu5GkhvCWSgU6/Z0vZlI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
nativeBuildInputs = with pkgs; [ cmake pkg-config libsForQt5.qt5.wrapQtAppsHook ];
|
||||
|
|
Loading…
Reference in a new issue