chatterino7: 7.4.6.142f4e2 -> 7.4.6.9fd5cf1
All checks were successful
/ check (push) Successful in 50s
All checks were successful
/ check (push) Successful in 50s
This commit is contained in:
parent
997c57ad56
commit
629da69d88
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "142f4e27f7cbe1e6367fdb533e5ce9ac06e3ac32";
|
rev = "9fd5cf1cb2b2f1c5c6e67d3428ed4a578e13ed9f";
|
||||||
sha256 = "sha256-z+oWzM/wSl5OLo6ditXe5ysnQHkKu81BmAuBLUcE3Kw=";
|
sha256 = "sha256-WFmv15rZPnTFruoYpXHUBj1NduppNE3dt5S/ArWL1Wg=";
|
||||||
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