chatterino7: 7.4.4.aaca86e -> 7.4.5.97bc0d8
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
3212f0bc51
commit
23f7cdd61f
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chatterino7";
|
pname = "chatterino7";
|
||||||
version = "7.4.4";
|
version = "7.4.5";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "aaca86ed9e77b1acae97cc786bb60212f97608e3";
|
rev = "97bc0d8efdfcb5fa02719d6e126d4fbfa86cbc35";
|
||||||
sha256 = "sha256-5OutMEDAP4GVT4eCHYoC+sJglbf+fw1blsn1hiSahMo=";
|
sha256 = "sha256-/uv1shCCimkzshtch/tXoJQ9TkUIvTCn8nmFqpj0qz0=";
|
||||||
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