mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Merge pull request #61704 from mdevlamynck/plasma-applet-volumewin7mixer
plasma-applet-volumewin7mixer: v23 -> v24
This commit is contained in:
commit
da79a11935
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "plasma-applet-volumewin7mixer-${version}";
|
||||
version = "23";
|
||||
version = "24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Zren";
|
||||
repo = "plasma-applet-volumewin7mixer";
|
||||
rev = "v${version}";
|
||||
sha256 = "1j2bq343lnhwqz26qfsvg7vjxv84ibzbc4y86rjkh07nqjwb3xsc";
|
||||
sha256 = "1pms71229y7fv3zs38a0l9mdcg5qkcdv9yrcvdm6xqpdyk21jbz2";
|
||||
};
|
||||
|
||||
patches = [ ./cmake.patch ];
|
||||
|
|
Loading…
Reference in a new issue