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 {
|
||||
pname = "chatterino7";
|
||||
version = "7.4.3";
|
||||
version = "7.4.4";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "SevenTV";
|
||||
repo = pname;
|
||||
rev = "a86fa75325a5ff697f71dad0ba55a0c02674cf8d";
|
||||
sha256 = "sha256-I9c0KfNZC2gXDylDe2zMDa9PPQTRgxNwD5xcwsYVFZU=";
|
||||
rev = "90ee0afdf92bf6a7b383fda446ebeb88e214048b";
|
||||
sha256 = "sha256-PNl130u7Oau6MMUb9TAWtI30i1mfcF6lM+PJWPSdEqE=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];
|
||||
|
|
Loading…
Reference in a new issue