chatterino7: 7.4.5.907aa74 -> 7.4.6.142f4e2
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
da9b32dbd5
commit
f0202d908d
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.5";
|
version = "7.4.6";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "907aa7447b7bbfbc37fc6ffd4c92328b0ada48ed";
|
rev = "142f4e27f7cbe1e6367fdb533e5ce9ac06e3ac32";
|
||||||
sha256 = "sha256-ZkWSo1ZLTPwFPxmd5RviWExkbkrlHFBPPRUMr4JJYCc=";
|
sha256 = "sha256-z+oWzM/wSl5OLo6ditXe5ysnQHkKu81BmAuBLUcE3Kw=";
|
||||||
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