discord-screenaudio: 1.9.2 -> 1.10.1
This update fixes KF6 support in the program, which is good since we happen to have KF6 support in nixpkgs now!
This commit is contained in:
parent
cd75d22750
commit
c4b4288f77
2 changed files with 7 additions and 3 deletions
|
@ -8,18 +8,19 @@
|
|||
, qtwebengine
|
||||
, qtwayland
|
||||
, pipewire
|
||||
, kdePackages
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "discord-screenaudio";
|
||||
version = "1.9.2";
|
||||
version = "1.10.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "maltejur";
|
||||
repo = "discord-screenaudio";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-it7JSmiDz3k1j+qEZrrNhyAuoixiQuiEbXac7lbJmko=";
|
||||
hash = "sha256-+F+XRBQn4AVDVARdM2XtBDE7c6tMPZTR3cntDL8aenw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -34,6 +35,9 @@ stdenv.mkDerivation rec {
|
|||
qtwebengine
|
||||
qtwayland
|
||||
pipewire
|
||||
kdePackages.knotifications
|
||||
kdePackages.kxmlgui
|
||||
kdePackages.kglobalaccel
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -40997,7 +40997,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
|
||||
discord-screenaudio = qt6.callPackage ../applications/networking/instant-messengers/discord-screenaudio { };
|
||||
discord-screenaudio = qt6Packages.callPackage ../applications/networking/instant-messengers/discord-screenaudio { };
|
||||
|
||||
discordo = callPackage ../applications/networking/discordo/default.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue