Merge pull request #123213 from mdevlamynck/update-plasma-applet-volumewin7mixer

plasma-applet-volumewin7mixer: v25 -> v26
This commit is contained in:
Sandro 2021-05-17 02:36:37 +02:00 committed by GitHub
commit 9bc04854e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -2,17 +2,18 @@
stdenv.mkDerivation rec {
pname = "plasma-applet-volumewin7mixer";
version = "25";
version = "26";
src = fetchFromGitHub {
owner = "Zren";
repo = "plasma-applet-volumewin7mixer";
rev = "v${version}";
sha256 = "1nvz0a06qb3pfk8dfh5n5vgf3psd6k0j3vms9pskr511qsxw0dfi";
sha256 = "sha256-VMOUNtAURTHDuJBOGz2N0+3VzxBmVNC1O8dVuyUZAa4=";
};
# Adds the CMakeLists.txt not provided by upstream
patches = [ ./cmake.patch ];
postPatch = "rm build ";
postPatch = "rm build";
nativeBuildInputs = [ cmake extra-cmake-modules ];
buildInputs = [ plasma-framework kwindowsystem plasma-pa ];