We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed140c commit 089a36dCopy full SHA for 089a36d
pkgs/kde/third-party/applet-window-buttons6/default.nix
@@ -12,13 +12,13 @@
12
13
stdenv.mkDerivation rec {
14
pname = "applet-window-buttons6";
15
- version = "0.13.0";
+ version = "0.14.0";
16
17
src = fetchFromGitHub {
18
owner = "moodyhunter";
19
repo = "applet-window-buttons6";
20
rev = "v${version}";
21
- hash = "sha256-S7JcDPo4QDqi/RtvreFNoPKwTg14bgaFGsuGSDxs5nM=";
+ hash = "sha256-HnlgBQKT99vVkl6DWqMkN8Vz+QzzZBGj5tqOJ22VkJ8=";
22
};
23
24
dontWrapQtApps = true;
0 commit comments