chatterino7: 7.4.3.a86fa75 -> 7.4.4.90ee0af
This commit is contained in:
parent
662b336540
commit
9c9a8d3e50
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chatterino7";
|
pname = "chatterino7";
|
||||||
version = "7.4.3";
|
version = "7.4.4";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "a86fa75325a5ff697f71dad0ba55a0c02674cf8d";
|
rev = "90ee0afdf92bf6a7b383fda446ebeb88e214048b";
|
||||||
sha256 = "sha256-I9c0KfNZC2gXDylDe2zMDa9PPQTRgxNwD5xcwsYVFZU=";
|
sha256 = "sha256-PNl130u7Oau6MMUb9TAWtI30i1mfcF6lM+PJWPSdEqE=";
|
||||||
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