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.
2 parents 0196905 + baf20ae commit 2d0453eCopy full SHA for 2d0453e
pkgs/applications/audio/audacious/plugins.nix
@@ -46,13 +46,13 @@
46
47
stdenv.mkDerivation rec {
48
pname = "audacious-plugins";
49
- version = "4.4.1";
+ version = "4.4.2";
50
51
src = fetchFromGitHub {
52
owner = "audacious-media-player";
53
repo = "audacious-plugins";
54
rev = "${pname}-${version}";
55
- hash = "sha256-F2kcGc6VCaBsL5Zx7qtZjPvqzaxmR87Q9LTFEU+nqmo=";
+ hash = "sha256-fA7xB04WLlleLIBDEZOVqDQguKAXtTsJoedQ9A/ZHQg=";
56
};
57
58
patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];
0 commit comments