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:
huantian 2024-03-29 17:33:49 -07:00
parent cd75d22750
commit c4b4288f77
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5
2 changed files with 7 additions and 3 deletions

View file

@ -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 = ''

View file

@ -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 { };